|
@@ -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> -->
|