11111
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
|
||||
</loading-state>
|
||||
|
||||
|
||||
|
||||
<!-- 转赠弹框 -->
|
||||
<view class="model" catchtouchmove='preventTouchMove' v-if='showModal3' @click="colseDialog3()"></view>
|
||||
<view class="modalDlg3" catchtouchmove='preventTouchMove' v-if='showModal3'>
|
||||
@@ -292,7 +292,8 @@
|
||||
</view>
|
||||
|
||||
|
||||
<text style="color: #666; font-size: 13px; width: 95%;text-align:right;margin-top: 20px;">{{noticeInfo.releaseTime}}</text>
|
||||
<text
|
||||
style="color: #666; font-size: 13px; width: 95%;text-align:right;margin-top: 20px;">{{noticeInfo.releaseTime}}</text>
|
||||
|
||||
<view
|
||||
style="flex-shrink: 0;display: flex;flex-direction: row;align-items: center;justify-content: center;margin-top: 20px;">
|
||||
@@ -374,7 +375,7 @@
|
||||
created() {
|
||||
|
||||
// console.log("==========", getApp().globalData.isNewUser);
|
||||
|
||||
|
||||
},
|
||||
onShow() {
|
||||
if (typeof this.$mp.page.getTabBar === 'function' && this.$mp.page.getTabBar()) {
|
||||
@@ -620,7 +621,7 @@
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
|
||||
colseDialog3() {
|
||||
this.showModal3 = false
|
||||
},
|
||||
@@ -629,6 +630,8 @@
|
||||
},
|
||||
onShareAppMessage: function(res) {
|
||||
|
||||
_this.showModal3 = false
|
||||
|
||||
let _this = this
|
||||
const promise = new Promise(resolve => {
|
||||
// 模拟网络请求
|
||||
@@ -659,7 +662,6 @@
|
||||
_this.$api.transSubmission(params).then((resp) => {
|
||||
|
||||
// console.log("=========", resp);
|
||||
_this.showModal3 = false
|
||||
|
||||
let shareData = JSON.stringify({
|
||||
params: {
|
||||
@@ -702,7 +704,6 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
.swiper-box {
|
||||
margin-top: -55px;
|
||||
height: 50rpx;
|
||||
@@ -722,7 +723,7 @@
|
||||
text-overflow: ellipsis;
|
||||
color: #E26040;
|
||||
font-size: 10px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user