Commit 44d45fbf authored by 罗超's avatar 罗超

1

parent e6a74664
This diff is collapsed.
......@@ -226,7 +226,7 @@
</view>
</view>
</view>
<view class="jz_TripDays" style="display:none;">
<view class="jz_TripDays" style="display: none">
<span style="display: inline-block; position: relative">
<text
style="
......@@ -1423,7 +1423,7 @@ export default {
imageUrl: imageUrl,
};
},
// #endif
//分享给朋友
onShareAppMessage(res) {
let u = uni.getStorageSync("mall_UserInfo");
......@@ -1452,13 +1452,13 @@ export default {
this.delMsg.configId +
"&cityId=" +
this.delMsg.cityId,
imageUrl:
this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0
? this.dataList.tempImgCover[0]
: "",
imageUrl: "",
// imageUrl:
// this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0
// ? this.dataList.tempImgCover[0]
// : "",
};
},
// #endif
},
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment