翻页
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
</u-row>
|
||||
</view>
|
||||
<!-- <view class="commodityIntroduce" v-html="productInfo.productDetails"> -->
|
||||
<view class="commodityIntroduce">
|
||||
<view class="commodityIntroduce">
|
||||
<view v-if="productInfo.productDetails">
|
||||
<rich-text v-if="productInfo.productDetails" class="xiangqing" @itemclick="showImg"
|
||||
:nodes="productInfo.productDetails|formatRichText"></rich-text>
|
||||
@@ -225,7 +225,7 @@
|
||||
options: [{
|
||||
icon: 'cart',
|
||||
text: '购物车'
|
||||
}],
|
||||
}],
|
||||
buttonGroup: [{
|
||||
text: '加入购物车',
|
||||
backgroundColor: 'linear-gradient(90deg, #FFCD1E, #FF8A18)',
|
||||
@@ -766,6 +766,10 @@
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.header_fixed {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.tanchu {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
|
||||
@@ -508,7 +508,7 @@
|
||||
kefu(){
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '拨打客服热线:022-24142321',
|
||||
content: '微信号:yilujiankangkefu',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
uni.makePhoneCall({
|
||||
|
||||
Reference in New Issue
Block a user