2023-3-20

This commit is contained in:
2023-03-20 11:03:28 +08:00
parent 2f05fb07d9
commit c09649f5d5
4 changed files with 15 additions and 20 deletions

View File

@@ -61,18 +61,18 @@
console.log(cid != undefined, cid != "undefined", cid)
console.log("cid>>>>>>>>>>", cid)
if (cid != null || cid != "null") {
that.pushCid(cid);
uni.setStorageSync('cid', cid);
clearInterval(t1);
that.pushCid();
return
}
}, 130);
// #endif
},
async pushCid() {
console.log('pushCid1111111>>>>>')
async pushCid(val) {
console.log('pushCid1111111>>>>>', val)
let params = {
cid: uni.getStorageSync('cid')
cid: val
};
console.log("pushCid>>>>", params);
let data = await Api.apiCall('post', Api.index.pushCid, params);
@@ -112,7 +112,7 @@
title: '请先登录',
icon: 'none'
});
uni.switchTab({
url: '/pages/index/messageList'
})
@@ -175,11 +175,11 @@
console.log('hasLogin>>>', index.state.hasLogin)
}
if(userInfo){
if (userInfo) {
index.state.hasVip = userInfo.memberLevelId == 1 ? false : true;
}
let isWeiXin = this.$common.isWeiXinBrowser()
if (isWeiXin) {

View File

@@ -143,7 +143,7 @@
.coupon-money {
padding: 15px;
width: 520upx;
width: 523upx;
height: auto;
display: flex;
flex-direction: column;
@@ -161,7 +161,7 @@
line-height: 30upx;
font-size: $font-sm;
color: #ffaa00;
font-size: 20px;
font-size: 18px;
}
/* .tit {

View File

@@ -2,8 +2,8 @@
"name" : "汇融云链",
"appid" : "__UNI__FB2C9C4",
"description" : "",
"versionName" : "1.0.1.2",
"versionCode" : 1012,
"versionName" : "1.0.1.3",
"versionCode" : 1013,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,

View File

@@ -1194,19 +1194,14 @@
}
.get-btn {
width: 146upx;
height: 52upx;
line-height: 50upx;
position: absolute;
top: 50%;
right: 36upx;
margin-top: -53upx;
width: 80px;
line-height: 45upx;
margin-right: 10px;
text-align: center;
border-radius: 60upx;
color: #ff9000;
border: 1px solid #ff9000;
font-size: $font-sm;
float: right;
}
.icon-you {