Browse Source

景点详情分享bug修复

master
shaojing 2 years ago
parent
commit
0b964265ad
  1. 2
      app.js
  2. 1
      pages/info/sceneProductInfo/index.js
  3. 2
      pages/info/sceneProductInfo/index.wxml

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest134? true : false;
data.isTest = data.isTest135? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件

1
pages/info/sceneProductInfo/index.js

@ -158,6 +158,7 @@ Page({
this.setData({
info: res.data
})
this.drawImg()
var arr = []
res.data.product.forEach((item, index) => {
item.sku.forEach(itemB => {

2
pages/info/sceneProductInfo/index.wxml

@ -236,7 +236,7 @@
</view>
<view class="mask" wx:if="{{showShareFlag}}" style="align-items: center;">
<view class="mask-bg" bindtap="share"></view>
<view class="mask-content share-img-box">
<view class="mask-content share-img-box" style="bottom: 200rpx;">
<image class="share-img" src="{{shareImg}}" mode="widthFix"></image>
<view class="share-tips">
<view style="position:relative">

Loading…
Cancel
Save