|
@@ -92,7 +92,7 @@
|
|
|
></u-cell> -->
|
|
|
<view class="flex justify-space-between kf">
|
|
|
<button class="left-btn" open-type='contact'>联系客服</button>
|
|
|
- <image style='width:22px;height:22px;' src="../../static/image/yjt.png" mode=""></image>
|
|
|
+ <u-icon name="arrow-right" color="#909399" size="16"></u-icon>
|
|
|
</view>
|
|
|
|
|
|
<u-cell :border='false' title="去商家端" isLink url="/pageA/enter/enter"></u-cell>
|
|
@@ -141,19 +141,7 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- tabbarChange(e){
|
|
|
- console.log(e)
|
|
|
- if(e=='team'){
|
|
|
- uni.navigateTo({
|
|
|
- url:'/pageA/notice/index'
|
|
|
- })
|
|
|
- }else if(e=='user'){
|
|
|
- uni.navigateTo({
|
|
|
- url:'/pageA/my/my'
|
|
|
- })
|
|
|
- }
|
|
|
- // name => tabbarCheck = name
|
|
|
- },
|
|
|
+
|
|
|
todetail(){
|
|
|
uni.navigateTo({
|
|
|
url:"/pageA/notice/index"
|
|
@@ -328,14 +316,14 @@
|
|
|
border-bottom-style: solid;
|
|
|
width: 100%;
|
|
|
border-color: #d6d7d9;
|
|
|
- padding: 20rpx;
|
|
|
+ padding: 20rpx 30rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.left-btn {
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size: 15px;
|
|
|
height: 42rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|