Commit 5f9298bb authored by zhengke's avatar zhengke

修改

parent 0c25afaa
...@@ -17,10 +17,6 @@ ...@@ -17,10 +17,6 @@
<button open-type="contact" class="KoraBtnList"> <button open-type="contact" class="KoraBtnList">
联系我们 联系我们
</button> </button>
<view class="KoraLine"></view>
</view>
<view style="flex: 1;">
<button open-type="contact" class="KoraBtnList">在线客服</button>
</view> </view>
</view> </view>
<auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth> <auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
]"> ]">
<view class="arrow"> <view class="arrow">
<u-icon name="arrow-left" size="48" color="#000" @click="goback"></u-icon> <u-icon name="arrow-left" size="38" color="#000" @click="goback"></u-icon>
</view> </view>
<view class="title" style="color: #000000;">{{pageTitle}}</view> <view class="title" style="color: #000000;">{{pageTitle}}</view>
<view class="arrow"></view> <view class="arrow"></view>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
}, },
]"> ]">
<view class="arrow"> <view class="arrow">
<u-icon name="arrow-left" size="48" color="#000" @click="goback"></u-icon> <u-icon name="arrow-left" size="38" color="#000" @click="goback"></u-icon>
</view> </view>
<view class="title" style="color: #000000;display: flex;align-items: center;width: 90%;justify-content:center" :class="{'kotraGoodLeft':g.name.length>10}"> <view class="title" style="color: #000000;display: flex;align-items: center;width: 90%;justify-content:center" :class="{'kotraGoodLeft':g.name.length>10}">
<img :src="g.goodsLogo" style="width:15px;height:15px;margin-right:5px;flex-shrink: 0;"> <img :src="g.goodsLogo" style="width:15px;height:15px;margin-right:5px;flex-shrink: 0;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment