wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bb021092380f170c2b5295520d7f9cc23aaabe7f
Authored by
abson
2021-12-06 10:36:51 +0800
1 parent
110c8b53
no message
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
pages/user/plus/plus.js
pages/user/plus/plus.wxml
pages/user/plus/plus.js
View file @
bb02109
...
...
@@ -9,6 +9,7 @@ var t = getApp(),
9
9
t_pay = require("../../../utils/pay2.js");
10
10
var regeneratorRuntime = require('../../../utils/runtime.js');
11
11
12
+
12
13
Page({
13
14
/**
14
15
* 页面的初始数据
...
...
pages/user/plus/plus.wxml
View file @
bb02109
...
...
@@ -153,6 +153,7 @@
153
153
</view>
154
154
</view>
155
155
156
+
156
157
<view class="flex-level">
157
158
<image class="purchaseClose" bindtap="OpeningClose" src="{{url}}/miniapp/images/plus/Close.png"></image>
158
159
</view>
...
...