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

1

parent e6a74664
This diff is collapsed.
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="jz_TripDays" style="display:none;"> <view class="jz_TripDays" style="display: none">
<span style="display: inline-block; position: relative"> <span style="display: inline-block; position: relative">
<text <text
style=" style="
...@@ -1423,7 +1423,7 @@ export default { ...@@ -1423,7 +1423,7 @@ export default {
imageUrl: imageUrl, imageUrl: imageUrl,
}; };
}, },
// #endif
//分享给朋友 //分享给朋友
onShareAppMessage(res) { onShareAppMessage(res) {
let u = uni.getStorageSync("mall_UserInfo"); let u = uni.getStorageSync("mall_UserInfo");
...@@ -1452,13 +1452,13 @@ export default { ...@@ -1452,13 +1452,13 @@ export default {
this.delMsg.configId + this.delMsg.configId +
"&cityId=" + "&cityId=" +
this.delMsg.cityId, this.delMsg.cityId,
imageUrl: imageUrl: "",
this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0 // imageUrl:
? this.dataList.tempImgCover[0] // this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0
: "", // ? this.dataList.tempImgCover[0]
// : "",
}; };
}, },
// #endif
}, },
}; };
</script> </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