Browse Source

Signed-off-by: yukangzhe <382985154@qq.com>

yukangzhe 4 years ago
parent
commit
9c309828b2
4 changed files with 11 additions and 5 deletions
  1. 1 0
      app.json
  2. 4 0
      pages/piano/piano.js
  3. 0 1
      pages/quan/quan.js
  4. 6 4
      pages/student/student.js

+ 1 - 0
app.json

@@ -31,6 +31,7 @@
     "pages/evaluationDetail/evaluationDetail",
     "pages/classOrder/classOrder",
     "pages/quan/quan",
+    "pages/cardList/cardList",
     "pages/editMyself/editMyself",
     "pages/showVideoList/showVideoList",
     "pages/leaveDetail/leaveDetail",

+ 4 - 0
pages/piano/piano.js

@@ -134,6 +134,10 @@ Page({
       success: function (res) {
         if (res.cancel) {
         } else {
+          wx.showLoading({
+            title: '正在取消',
+            mask: true
+          })
           that.doRealCancel(id)
         }
       }

+ 0 - 1
pages/quan/quan.js

@@ -91,7 +91,6 @@ Page({
         url = urls.my_coupon;
         params['q.status'] = '2';
       }
-      console.log(url)
       params.pageNum = this.data.pageNum
       util.apiPost(url, params).then(rs => {
         let list = rs.list

+ 6 - 4
pages/student/student.js

@@ -31,13 +31,15 @@ Page({
         y: 0,
         url: 'https://app.schoolwisdoms.com/static/app/student/imgs/share-bill.png',
         width: 700,
-        height: 900
+        height: 900,
+        zIndex:1,
       }, {
         x: 250,
         y: 640,
-        url: 'https://app.schoolwisdoms.com/static/app/student/imgs/share-bill.png',
+        url: '',
         width: 200,
-        height: 200
+        height: 200,
+        zIndex: 2
       }],
     },
     qrCodeImg: '',
@@ -104,7 +106,7 @@ Page({
 
   /**
    * 生命周期函数--监听页面加载
-   */
+   */ 
   onLoad: function (options) {
 
     if (options.sid && options.oid) {