Style(商品详情):文玩店铺和其他类型类型店铺的详情界面统一为同一个

This commit is contained in:
lifizer
2024-03-27 17:36:41 +08:00
parent b96f503652
commit eb87337e70
+4 -3
View File
@@ -403,7 +403,9 @@
<!-- 购买须知开始 -->
<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>
<!-- 购买须知结束 -->
@@ -939,9 +941,8 @@ export default {
},
// 2022/9/28 add
goStore() {
let path = this.isWenwan === 0 ? "/pagesInn/inn/innHome" : "/wenwan/views/store";
this.$yrouter.push({
path,
path: "/pagesInn/inn/innHome",
query: {
id: this.systemStore.id
}