瀏覽代碼

2022-8-17

cmy 3 年之前
父節點
當前提交
815eab5789
共有 4 個文件被更改,包括 8 次插入8 次删除
  1. 2 2
      manifest.json
  2. 2 2
      pages/money/pay.vue
  3. 2 2
      pages/product/product.vue
  4. 2 2
      pages/user/myvip.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "艺绘",
     "appid" : "__UNI__E01ACD1",
     "description" : "",
-    "versionName" : "1.0.4",
-    "versionCode" : 104,
+    "versionName" : "1.0.6",
+    "versionCode" : 106,
     "transformPx" : false,
     "app-plus" : {
         /* 5+App特有相关 */

+ 2 - 2
pages/money/pay.vue

@@ -7,14 +7,14 @@
 		<view class="pay-type-list">
 			<!-- v-if="ispg == 'android'" -->
 			<!-- #ifdef APP-PLUS -->
-			<view class="type-item b-b" @click="changePayType(1)">
+			<!-- <view class="type-item b-b" @click="changePayType(1)">
 				<text class="icon iconfont iconweixin"></text>
 				<view class="con">
 					<text class="tit">微信支付</text>
 					<text>推荐使用微信支付</text>
 				</view>
 				<label class="radio"><radio value="" color="#5dbc7c" :checked="payType == 1"></radio></label>
-			</view>
+			</view> -->
 			<view class="type-item b-b" @click="changePayType(2)">
 				<text class="icon iconfont iconzhifubao"></text>
 				<view class="con"><text class="tit">支付宝支付</text></view>

+ 2 - 2
pages/product/product.vue

@@ -79,7 +79,7 @@
 							</view>
 							<radio :checked="type=='ali'" style="transform: scale(0.8);" />
 						</label>
-						<label class="pop-radio-box" @click="type='weixin'">
+						<!-- <label class="pop-radio-box" @click="type='weixin'">
 							<view class="pop-radio-cont">
 								<image src="../../static/img/weixin.png" style="width: 40rpx;height: 40rpx;"
 									mode="scaleToFill">
@@ -87,7 +87,7 @@
 								<text>微信支付</text>
 							</view>
 							<radio :checked="type=='weixin'" style="transform: scale(0.8);" />
-						</label>
+						</label> -->
 						<!-- #endif -->
 						<label class="pop-radio-box" @click="type='yue'">
 							<view class="pop-radio-cont">

+ 2 - 2
pages/user/myvip.vue

@@ -22,7 +22,7 @@
 			<view class="pay-type-list">
 				<!-- v-if="ispg == 'android'" -->
 				<!-- #ifdef APP-PLUS -->
-				<view class="type-item b-b" @click="type = 'wechat'">
+				<!-- <view class="type-item b-b" @click="type = 'wechat'">
 					<text class="icon iconfont iconweixin"></text>
 					<view class="con">
 						<text class="tit">微信支付</text>
@@ -31,7 +31,7 @@
 					<label class="radio">
 						<radio value="" color="#5dbc7c" :checked="type == 'wechat'"></radio>
 					</label>
-				</view>
+				</view> -->
 				<view class="type-item b-b" @click="type = 'ali'">
 					<text class="icon iconfont iconzhifubao"></text>
 					<view class="con"><text class="tit">支付宝支付</text></view>