Commit 6f0a5ff7 authored by Mac's avatar Mac

修改问题

parent f89bec54
......@@ -89,7 +89,7 @@
</view>
</view>
<view class="saveBtn" :style="{'background-color': `${mainColor}`}" @click="saveData">
保存{{data.nativePlace}}
保存
</view>
</view>
</template>
......
......@@ -166,7 +166,7 @@
<view class="persondetails" >
<view class="bwytBtn" v-if="mall_UserInfo.UserId != dataList.Id">
<image src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/blindDate_yueta.png' style="width: 100%;height: 100%;"></image>
<button style='position: absolute;left: 0;top: 0;opacity: 0;width: 100%;height: 100%;' open-type="contact" send-message-title="dataList.Name" :send-message-path="path" :send-message-img="dataList.Photo" :show-message-card="true"></button>
<button style='position: absolute;left: 0;top: 0;opacity: 0;width: 100%;height: 100%;' open-type="contact" :send-message-title="dataList.Name" :send-message-path="path" :send-message-img="dataList.Photo" :show-message-card="true"></button>
</view>
......
......@@ -1164,7 +1164,7 @@
},
goposter(){
uni.navigateTo({
url: '/pages/blindDate/xqposter?cover='+this.details.ImageList[0]+'&title='+this.details.ActivityTitle
url: '/pages/blindDate/xqposter?cover='+this.details.ImageList[0]+'&title='+this.details.ActivityTitle +'&Id='+this.msg.ActivityId
});
}
}
......
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