1.删除我的页面功能

master
杨杰 3 years ago
parent 217ed82f9e
commit 02abdc4ffc
  1. 6
      high-unionPay/pages/goods/refuel-confirm/refuel-confirm.vue
  2. 19
      high-unionPay/pages/tabBar/user/user.vue
  3. 4
      high-unionPay/subPages/unionPay-orderList/unionPay-orderList.vue

@ -33,7 +33,7 @@
</view> </view>
<!-- // --> <!-- // -->
<view class="mart10 heightl60 paddleft10 fcor333 fontwig6 font18 width100 backcorfff">支付方式</view> <!-- <view class="mart10 heightl60 paddleft10 fcor333 fontwig6 font18 width100 backcorfff">支付方式</view>
<view class="line1"></view> <view class="line1"></view>
<view class="width100 backcorfff"> <view class="width100 backcorfff">
<view class="line1"></view> <view class="line1"></view>
@ -55,7 +55,7 @@
<radio :checked="paytype=='gonghuika'" @click="changeRiado()" color="#0083f5" /> <radio :checked="paytype=='gonghuika'" @click="changeRiado()" color="#0083f5" />
</view> </view>
</view> </view>
</view> </view> -->
<view class="width100 mart15 fcor333 font16 fontwig6 paddleft10">重要说明</view> <view class="width100 mart15 fcor333 font16 fontwig6 paddleft10">重要说明</view>
<view class="width95 paddleft10 font14 fcor999 mart5">1.<text <view class="width95 paddleft10 font14 fcor999 mart5">1.<text
@ -68,7 +68,7 @@
<view class="width50 flleft fcoreb5 padleft15 font15"> <view class="width50 flleft fcoreb5 padleft15 font15">
合计: <text class="font24">{{payprice}}</text> 合计: <text class="font24">{{payprice}}</text>
</view> </view>
<button class="reBtn flright" @click="orderToPay">去支付</button> <button class="reBtn flright" @click="unionPay">去支付</button>
</view> </view>
<ssPaymentPassword ref="paymentPassword" :mode="1" @submit="submitHandle"/> <ssPaymentPassword ref="paymentPassword" :mode="1" @submit="submitHandle"/>

@ -89,14 +89,10 @@
</view> </view>
</view> </view>
<!-- 我的推广 --> <!-- 我的推广 -->
<view class="toolbar" style="margin-top: 20px;"> <!-- <view class="toolbar" style="margin-top: 20px;">
<view class="title">推广中心</view> <view class="title">推广中心</view>
<view class="list"> <view class="list">
<view class="box" v-for="(row,index) in mytgbarList" :key="index" @tap="toPage(row.url,row.text)"> <view class="box" v-for="(row,index) in mytgbarList" :key="index" @tap="toPage(row.url,row.text)">
<!-- <view style="width: 10px;height: 10px;">
<uni-badge text="1" type="error" />
</view> -->
<uni-badge style="width: 20px;position: absolute; right: 30%;" v-if="row.text == '我的卡券' && textnum " <uni-badge style="width: 20px;position: absolute; right: 30%;" v-if="row.text == '我的卡券' && textnum "
:text="textnum" type="error" size="normal"></uni-badge> :text="textnum" type="error" size="normal"></uni-badge>
<uni-badge style="width: 20px;position: absolute; right: 7%;" <uni-badge style="width: 20px;position: absolute; right: 7%;"
@ -112,7 +108,7 @@
<view class="text" v-if="row.text == '客服' ">{{row.text}}</view> <view class="text" v-if="row.text == '客服' ">{{row.text}}</view>
</view> </view>
</view> </view>
</view> </view> -->
<view class="toolbar" style="margin-top: 20px;"> <view class="toolbar" style="margin-top: 20px;">
<view class="title">我的</view> <view class="title">我的</view>
@ -221,11 +217,12 @@
} }
], ],
// 广 // 广
mytgbarList: [{ mytgbarList: [
url: '', // {
text: '客服', // url: '',
img: 'user/kefu.png' // text: '',
}, // img: 'user/kefu.png'
// },
{ {
url: '../../login/login?id=1', url: '../../login/login?id=1',
text: '商户入口', text: '商户入口',

@ -38,9 +38,7 @@
{{row.payPrice}} {{row.payPrice}}
</view> </view>
<view class="font16 fontwig6 text1 fcor333 aliitem" style="justify-content: flex-end;" v-else> <view class="font16 fontwig6 text1 fcor333 aliitem" style="justify-content: flex-end;" v-else>
<image style="width: 15px;height: 15px;" {{row.payPrice*100}}
src="../../static/img/jfx.png">
</image>{{row.payPrice*100}}
</view> </view>
<view class="fotrt font15 text1 fcor999 mart5">{{typeText[row.status]}}</view> <view class="fotrt font15 text1 fcor999 mart5">{{typeText[row.status]}}</view>
</view> </view>

Loading…
Cancel
Save