Style(商品详情):文玩店铺和其他类型类型店铺的详情界面统一为同一个
This commit is contained in:
@@ -403,7 +403,9 @@
|
|||||||
|
|
||||||
<!-- 购买须知开始 -->
|
<!-- 购买须知开始 -->
|
||||||
<view class="acea-row row-column bg-white" style="padding: 20rpx;border-width: 2px;border-color: #939390;">
|
<view class="acea-row row-column bg-white" style="padding: 20rpx;border-width: 2px;border-color: #939390;">
|
||||||
<view class="conter" v-html="buyNotice"></view>
|
<view class="conter">
|
||||||
|
<rich-text :nodes="buyNotice" />
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 购买须知结束 -->
|
<!-- 购买须知结束 -->
|
||||||
|
|
||||||
@@ -939,9 +941,8 @@ export default {
|
|||||||
},
|
},
|
||||||
// 2022/9/28 add
|
// 2022/9/28 add
|
||||||
goStore() {
|
goStore() {
|
||||||
let path = this.isWenwan === 0 ? "/pagesInn/inn/innHome" : "/wenwan/views/store";
|
|
||||||
this.$yrouter.push({
|
this.$yrouter.push({
|
||||||
path,
|
path: "/pagesInn/inn/innHome",
|
||||||
query: {
|
query: {
|
||||||
id: this.systemStore.id
|
id: this.systemStore.id
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user