Commit 4323546d authored by Mac's avatar Mac

1

parent 63447c78
......@@ -78,7 +78,7 @@
<view class="contancName">{{item.Name}}</view>
<view class="contancPosition">{{item.Position}}</view>
<view class="contactNum">
<image style="width:20px;height:20px;" src="../../static/images/call.png"></image>{{item.Tel}}
<image style="width:20px;height:20px;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/kotra-call.png"></image>{{item.Tel}}
</view>
</view>
</view>
......
......@@ -75,11 +75,11 @@
</view>
<view class="Sitem_k">原:¥{{x.SellingPrice}}</view>
<view class="Sitem_k" v-if="x.PriceType ==1 " style="color: #007FFF;">
<image src="../../../static/images/backtop.png" style="width: 16px;height: 16px;"></image>
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/microshoop-backtop.png" style="width: 16px;height: 16px;"></image>
{{x.UpPrice}}%
</view>
<view class="Sitem_k" v-if="x.PriceType ==2 " style="color: #007FFF;">
<image src="../../../static/images/backtop.png" style="width: 16px;height: 16px;"></image>
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/microshoop-backtop.png" style="width: 16px;height: 16px;"></image>
{{x.UpPrice}}
</view>
<view class="Sitem_k" v-if="x.PriceType !=2&& x.PriceType !=1 " style="color: #FF4048;">未设置</view>
......
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