|
|
@@ -61,7 +61,8 @@
|
|
|
<text class="col-phone-popup">{{ item.phone }}</text>
|
|
|
<text class="col-address-popup">{{ item.address }}</text>
|
|
|
</view>
|
|
|
- <view class="row-remark" v-if="item.remark">
|
|
|
+
|
|
|
+ <view class="row-remark" v-if="item.remark" style="font-weight:bold;">
|
|
|
<text style="font-size: 28upx;">备注:</text>{{ item.remark }}
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -206,10 +207,7 @@ export default {
|
|
|
},
|
|
|
goToDetail(id) {
|
|
|
if (id) {
|
|
|
- this.showPopup = false;
|
|
|
- uni.navigateTo({
|
|
|
- url: `/pagesOrder/detail?id=${id}`
|
|
|
- });
|
|
|
+ this.$util.pageTo({ url: `/pagesOrder/detail?id=${id}`})
|
|
|
}
|
|
|
}
|
|
|
}
|