Commit 25e0a1d1 authored by zhengke's avatar zhengke

修改

parent 0a6c0aca
Pipeline #123 failed with stages
......@@ -556,8 +556,8 @@ export default {
};
that.showAuth = true;
} else {
that.sharejump(); //4-9新加
}
that.sharejump(); //4-9新加
//4-11这里暂时不能使用
// wx.getUserInfo({//4-9修改 不使用getUserInfo 会造成获取回来的微信默认名称和头像
// success: function(res) {//4-9之后的好像这里不能静默登录了需要弹出登录
......@@ -631,7 +631,7 @@ export default {
onShareTimeline() {
setTimeout(() => {
// console.log("分享调用");
this.getReceive();
// this.getReceive();
}, 2500);
let uid = uni.getStorageSync("mall_UserInfo")
? uni.getStorageSync("mall_UserInfo").UserId
......@@ -666,7 +666,7 @@ export default {
onShareAppMessage(res) {
setTimeout(() => {
// console.log("分享调用");
this.getReceive();
// this.getReceive();
}, 2500);
let uid = uni.getStorageSync("mall_UserInfo")
? uni.getStorageSync("mall_UserInfo").UserId
......
......@@ -557,7 +557,7 @@
</view>
</view>
</view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.feeInclude!=''">
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.feeInclude">
<span
style="
display: inline-block;
......@@ -592,7 +592,7 @@
<rich-text :nodes="dataList.feature.feeInclude"></rich-text>
</view>
</view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.feeNonIncludeText!=''">
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.feeNonIncludeText">
<span
style="
display: inline-block;
......@@ -627,7 +627,7 @@
<rich-text :nodes="dataList.feature.feeNonInclude"></rich-text>
</view>
</view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.importantTip!=''">
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.importantTip">
<span
style="
display: inline-block;
......@@ -662,7 +662,7 @@
<rich-text :nodes="dataList.feature.importantTip"></rich-text>
</view>
</view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.warmTip!=''">
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.warmTip">
<span
style="
display: inline-block;
......@@ -697,7 +697,7 @@
<rich-text :nodes="dataList.feature.warmTip"></rich-text>
</view>
</view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.visaRemark!=''">
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.visaRemark">
<span
style="
display: inline-block;
......
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