|
@@ -35,7 +35,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="one box" v-if="merchantType==10" @tap="toTurn('/pagesHouse/Mine/Businesses/Businesses',true)">
|
|
|
+
|
|
|
+ <view class="one" v-if="merchantType==10" @tap="toTurn('/pagesHouse/Mine/Businesses/Businesses',true)">
|
|
|
<view class="">
|
|
|
商户信息
|
|
|
</view>
|
|
@@ -43,7 +44,7 @@
|
|
|
<u-icon name="arrow-right"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="one box" v-if="merchantType==4" @tap="toTurn('/pagesHouse/Mine/Businesses/Catering',true)">
|
|
|
+ <view class="one" v-if="merchantType==4" @tap="toTurn('/pagesHouse/Mine/Businesses/Catering',true)">
|
|
|
<view class="">
|
|
|
商户信息
|
|
|
</view>
|
|
@@ -52,7 +53,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="" style="padding: 24rpx; background-color: #fff; margin: 0 20rpx ; border-radius: 16rpx;">
|
|
|
+ <view class="" style="padding: 24rpx; background-color: #fff; margin: 0 20rpx ; border-radius: 16rpx;position: relative;">
|
|
|
<view class="one-input">
|
|
|
<u-row customStyle="margin-bottom: 10px">
|
|
|
<u-col span="7.8">
|
|
@@ -85,7 +86,7 @@
|
|
|
h: uni.getSystemInfoSync().windowHeight,
|
|
|
w: uni.getSystemInfoSync().windowWidth,
|
|
|
mt: uni.getSystemInfoSync().statusBarHeight + 44,
|
|
|
- avatar: 'https://i.ringzle.com/file/20240129/5b4a757190334fa7ae8616620c770bc4.png',
|
|
|
+ avatar: 'https://i.ringzle.com/file/20240129/5b4a757190334fa7ae8616620c770bc4.png',
|
|
|
name: '游客',
|
|
|
orderMenus: [ //type:1 待付款、2 待使用、3 待评价、4 退款/售后
|
|
|
{
|
|
@@ -235,7 +236,8 @@
|
|
|
align-items: center;
|
|
|
font-size: 36rpx;
|
|
|
color: #111111;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: bold;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
.box {
|
|
@@ -401,7 +403,7 @@
|
|
|
border-radius: 36rpx;
|
|
|
// line-height: 60rpx;
|
|
|
text-align: center;
|
|
|
- font-size: 26rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
font-family: PingFang-SC, PingFang-SC;
|
|
|
font-weight: bold;
|
|
|
color: #FFFFFF;
|