guhongwei il y a 2 ans
Parent
commit
1eb34d5ff1
2 fichiers modifiés avec 15 ajouts et 3 suppressions
  1. 2 1
      pages/coaAdmin/course/statusadd.json
  2. 13 2
      pages/coaAdmin/course/statusadd.wxml

+ 2 - 1
pages/coaAdmin/course/statusadd.json

@@ -2,6 +2,7 @@
     "component": true,
     "usingComponents": {
         "mobile-main": "/commpents/mobile-frame/index",
-        "upload": "/commpents/upload/index"
+        "upload": "/commpents/upload/index",
+        "dialog": "/commpents/dialog/index"
     }
 }

+ 13 - 2
pages/coaAdmin/course/statusadd.wxml

@@ -41,9 +41,20 @@
                     </view>
                 </view>
                 <view class="btn">
-                    <button type="primary" size="mini" formType="submit">提交保存</button>
+                    <button type="primary" size="mini" formType="submit">保存&&缴费</button>
                 </view>
             </form>
         </view>
     </view>
-</mobile-main>
+</mobile-main>
+<!-- <dialog dialog="{{dialog}}" bind:toClose="toClose">
+    <view slot="info" class="dialog">
+        <view class="dialog_1" wx:if="{{dialog.type=='1'}}">
+            <view class="name">{{form.name}}</view>
+            <view class="image">
+                <canvas class="qrcode" canvas-id="myQrcode"></canvas>
+            </view>
+            <view class="remark">用户可扫描二维码进行缴费</view>
+        </view>
+    </view>
+</dialog> -->