shish 3 лет назад
Родитель
Сommit
2d90c3ceaf

+ 0 - 1
hdPad/src/pages/home/components/orderInfo.vue

@@ -75,7 +75,6 @@
     <view class="button-area">
       <view :class="[orderInfo.status==1 || orderInfo.status==5 ? '' : 'active']" @click="printFn(orderInfo)">打印</view>
       <view :class="[orderInfo.status==1 ? 'active' : '']" @click="selectFn(orderInfo,0)">查微信</view>
-      <view :class="[orderInfo.status==1 ? 'active' : '']" @click="selectFn(orderInfo,1)">查支付宝</view>
       <view :class="[orderInfo.status==1 ? 'active' : '']" @click="cancelShow()">取消</view>
     </view>
 

+ 2 - 2
hdPad/src/pages/home/components/toPay.vue

@@ -5,7 +5,7 @@
                 <image class="img" :src="`${constant.imgUrl}/icon/scan/scan.png`" mode="scaleToFill" />
                 <view style="margin-top:20upx;font-weight:bold;font-size:35upx;color:black;">¥{{price}}</view>
                 <view class="show-code">请出示付款码</view>
-                <view @click="cancelPayFn" class="btn-default result">取消</view>
+                <view @click="cancelPayFn" class="btn-default result">关闭</view>
             </view>
         </view>
         <view v-else>
@@ -17,7 +17,7 @@
         </view>
 
         <uni-popup ref="cancelPayRef" type="dialog">
-            <uni-popup-dialog type="info" cancelText="取消" confirmText="确认" title="提示" content="确认取消?" @confirm="confirmToCancel"></uni-popup-dialog>
+            <uni-popup-dialog type="info" cancelText="取消" confirmText="确认" title="提示" content="确认关闭?" @confirm="confirmToCancel"></uni-popup-dialog>
         </uni-popup>
 
     </view>