瀏覽代碼

提交

yxb
DESKTOP-2IO5MST\huting 1 年之前
父節點
當前提交
66fcba07e2

+ 4
- 2
pages/recharge/recharge-pay.vue 查看文件

<view class="content"> <view class="content">
<view @click="rechargeAction"> <view @click="rechargeAction">
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
<image class="photo" :src="fileURL + 'image/index/goRecharge.png'" mode="widthFix"></image>去充值
<image class="photo" :src="fileURL + 'image/index/goRecharge.png'"></image>去充值
</view> </view>
<image class="photo1" src="../../static/image/icon-back.png" mode="widthFix"></image> <image class="photo1" src="../../static/image/icon-back.png" mode="widthFix"></image>
</view> </view>
</view> </view>
<view> <view>
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
<image class="photo" :src="fileURL + 'image/index/consumptionDetails.png'" mode="widthFix"></image>消费明细
<image class="photo" :src="fileURL + 'image/index/consumptionDetails.png'"></image>消费明细
</view> </view>
<image class="photo1" src="../../static/image/icon-back.png" mode="widthFix"></image> <image class="photo1" src="../../static/image/icon-back.png" mode="widthFix"></image>
</view> </view>


.photo { .photo {
width: 40rpx; width: 40rpx;
height: 40rpx;
margin-right: 40rpx; margin-right: 40rpx;
} }


padding: 16rpx 20rpx; padding: 16rpx 20rpx;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 60rpx;
} }


.red { .red {

+ 7
- 6
subpackage/after-sale/activation-once-again/activation-once-again.vue 查看文件

<view class="title"> 卡信息 </view> <view class="title"> 卡信息 </view>
<view class="card"> <view class="card">
<view class="card-left"> <view class="card-left">
<image :src="`${$imgUrl}card2.png`" mode=""></image>
<image :src="`${$imgUrl}card2.png`" mode="widthFix"></image>
<view class="card-center"> <view class="card-center">
<view class="card-center-head"> {{orderInfos.cardId}} </view> <view class="card-center-head"> {{orderInfos.cardId}} </view>
<view class="tips"> <view class="tips">
<view class="title"> OBU设备信息 </view> <view class="title"> OBU设备信息 </view>
<view class="card"> <view class="card">
<view class="card-left"> <view class="card-left">
<image :src="`${$imgUrl}card1.png`" mode=""></image>
<image :src="`${$imgUrl}card1.png`" mode="widthFix"></image>
<view class="card-center"> <view class="card-center">
<view class="card-center-head"> {{orderInfos.obuId}} </view> <view class="card-center-head"> {{orderInfos.obuId}} </view>
<view class="tips"> <view class="tips">
// console.log('======移除监听======', res) // console.log('======移除监听======', res)
// // uni.$off('bluetoothLink') // // uni.$off('bluetoothLink')
// }) // })
if(option.state){
if (option.state) {
getObuId() getObuId()
} }
}); });


onShow((option) => { onShow((option) => {


}) })


} else { } else {
msg("请上传正确行驶证") msg("请上传正确行驶证")
} }
// navTo("/pages/bluetooth/bluetooth?routeType=6&id=" + ids); // navTo("/pages/bluetooth/bluetooth?routeType=6&id=" + ids);
}; };


font-family: Noto Sans S Chinese; font-family: Noto Sans S Chinese;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
margin-top: 4rpx;


.tips-card { .tips-card {
width: 70rpx; width: 70rpx;

Loading…
取消
儲存