shish 2 lat temu
rodzic
commit
db07982b9d

+ 1 - 11
hdApp/src/pagesPurchase/gatherPay.vue

@@ -26,17 +26,7 @@
 
                 <!-- #ifdef MP-WEIXIN -->
                 <view style="margin-top:30upx;text-align: center;">
-                <block v-if="hasRenew == 0">
-                  <view style="width:290upx;height:290upx;margin:0 auto;position: relative;" @click="openAliPay()">
-                    <image :src="aliPayCodeImg" mode="heightFix" style="width:290upx;height:290upx;margin:0 auto;"></image>
-                    <view style="font-size:32upx;width:290upx;height:140upx;line-height:140upx;background-color: white;z-index: 9999;position: absolute;top:70upx;left:0upx;font-weight: bold;color:#3385ff;">
-                      点此显示完整
-                    </view>
-                  </view>
-                </block>
-                <block v-else>
-                  <image :src="aliPayCodeImg" mode="heightFix" style="width:290upx;height:290upx;margin:0 auto;"></image>
-                </block>
+                <image :src="aliPayCodeImg" mode="heightFix" style="width:290upx;height:290upx;margin:0 auto;"></image>
                 <view style="margin-top:10upx;font-size:32upx;">支付宝扫此二维码付款</view>
               </view>
               <button class="button-com ali-btn" @click="savePayCode" style="margin-top:10upx;">保存二维码</button>

+ 1 - 11
hdApp/src/pagesPurchase/wechatPay.vue

@@ -41,17 +41,7 @@
           <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" :disabled="remainPayTime >0 ? false : true" @click="debtPay" v-if="hasDebtPay === '1'">赊账</button>
 
           <view style="margin-top:30upx;text-align: center;">
-            <block v-if="hasRenew == 0">
-              <view style="width:290upx;height:290upx;margin:0 auto;position: relative;" @click="openAliPay()">
-                <image :src="aliPayCodeImg" mode="heightFix" style="width:290upx;height:290upx;margin:0 auto;"></image>
-                <view style="font-size:32upx;width:290upx;height:140upx;line-height:140upx;background-color: white;z-index: 9999;position: absolute;top:70upx;left:0upx;font-weight: bold;color:#3385ff;">
-                  点此显示完整
-                </view>
-              </view>
-            </block>
-            <block v-else>
-              <image :src="aliPayCodeImg" mode="heightFix" style="width:290upx;height:290upx;margin:0 auto;"></image>
-            </block>
+            <image :src="aliPayCodeImg" mode="heightFix" style="width:290upx;height:290upx;margin:0 auto;"></image>
             <view style="margin-top:10upx;font-size:32upx;">支付宝扫此二维码付款</view>
           </view>
           <button class="button-com ali-btn" @click="savePayCode" style="margin-top:10upx;">保存二维码</button>