Merge branch 'master' of https://gitee.com/qtvbidt/mrr.sj.front
This commit is contained in:
commit
b4a1b9f9a2
|
|
@ -78,22 +78,22 @@
|
|||
</view>
|
||||
|
||||
<!-- 个人信息(手艺人显示) -->
|
||||
<!-- <view class="info-item" @click="navigateToimg">
|
||||
<view class="info-item" @click="navigateToimg">
|
||||
<view class="info-left">
|
||||
<image class="item-icon" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/53a9d1e1-e2d2-4001-b599-82e0c0747f1a.png" mode="aspectFit"></image>
|
||||
<text class="item-label">相册管理</text>
|
||||
</view>
|
||||
<image class="arrow-right" src="/static/images/arrow_right.png" mode="aspectFit"></image>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<!-- 个人信息(手艺人显示) -->
|
||||
<!-- <view class="info-item" @click="navigateTovideo">
|
||||
<view class="info-item" @click="navigateTovideo">
|
||||
<view class="info-left">
|
||||
<image class="item-icon" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/6fc821cd-8dd1-41f1-8854-889fb5f76b78.png" mode="aspectFit"></image>
|
||||
<text class="item-label">视频管理</text>
|
||||
</view>
|
||||
<image class="arrow-right" src="/static/images/arrow_right.png" mode="aspectFit"></image>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -144,7 +144,8 @@
|
|||
<view class="syr-card-footer-left flex-row-center">
|
||||
<image class="syr-card-footer-left-img" :src="orderInfo.order_shopheadphoto_other"></image>
|
||||
<view class="syr-card-footer-left-text">
|
||||
{{ `${orderInfo.order_shop_other} ${orderInfo.order_shopphone_other}` }}</view>
|
||||
{{ `${orderInfo.order_shop_other} ${orderInfo.order_shopphone_other}` }}
|
||||
</view>
|
||||
</view>
|
||||
<image class="syr-card-footer-right" @click="contactService(orderInfo.order_shopphone_other)"
|
||||
src="/static/images/icons/phone.png"></image>
|
||||
|
|
|
|||
Loading…
Reference in New Issue