测试代码

This commit is contained in:
gaoxs
2020-07-22 17:10:34 +08:00
parent 1c198ce2dd
commit 38aa323e66
4 changed files with 30 additions and 11 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+14
View File
@@ -1437,6 +1437,7 @@ page {
width: 5.3*100rpx;
text-align: left;
}
.index .wrapper .title .text-center .name {
justify-content: center;
}
@@ -8584,3 +8585,16 @@ page {
.text .name .icon-shoucang {
color: #ea3526 !important;
}
rich-text {
width: 100%;
display: block;
img,
image {
display: block;
width: 100%;
}
}
+8 -3
View File
@@ -43,7 +43,8 @@
</view>
<div class="attribute acea-row row-between-wrapper">
<div>
运费<span class="atterTxt">{{ tempName }}</span>
运费
<span class="atterTxt">{{ tempName }}</span>
</div>
</div>
@@ -274,8 +275,7 @@ export default {
systemStore: {},
qqmapsdk: null,
productConClass: "product-con",
tempName: '全国包邮'
tempName: "全国包邮"
};
},
computed: mapGetters(["isLogin", "location"]),
@@ -354,7 +354,12 @@ export default {
uni.showLoading({ title: "加载中", mask: true });
getProductDetail(that.id, from)
.then(res => {
res.data.storeInfo.description.replace(
/\<img/gi,
'<img style="max-width:100%;height:auto;"'
);
console.log(res);
that.$set(that, "storeInfo", res.data.storeInfo);
// 给 attr 赋值,将请求回来的规格赋值给 attr
that.$set(that.attr, "productAttr", res.data.productAttr);