Commit bb021092380f170c2b5295520d7f9cc23aaabe7f

Authored by abson
1 parent 110c8b53

no message

pages/user/plus/plus.js
... ... @@ -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
... ... @@ -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>
... ...