Commit 081ae2a2 authored by 罗超's avatar 罗超

1

parent 7c533454
......@@ -229,7 +229,8 @@ export default {
if (AppletID === 24) {
let basedata = wx.getStorageSync("basedata");
let isAttestation = basedata?.user_info?.isAttestation ?? 0;
if (isAttestation === 0) {
let IsOpenGuide = wx.getStorageSync("basedata")?.mall?.setting?.IsOpenGuide??0;
if (isAttestation === 0&&IsOpenGuide===1) {
uni.navigateTo({
url: "/pages/user-center/user-center",
});
......
......@@ -254,7 +254,6 @@
<view class="release" :ripple="true" @click="disbth==false?releasebtn():''" :style="{background:mainColor}">
发布
</view>
</view>
<u-popup v-model="show" mode="bottom" border-radius="20">
<view class="pubox" >
......@@ -290,7 +289,7 @@ export default {
},
data() {
return {
pageTitle: "发布帖子",
pageTitle: "发布活动",
showAuth:false,
show:false,
u:{},
......
......@@ -321,10 +321,6 @@ export default {
},
gopublishing() {
//发帖
uni.navigateTo({
url: "/pages/blindDate/postPublishing?ForumId=" + this.msg.ForumId,
});
return;
this.u = uni.getStorageSync("mall_UserInfo");
if (!this.u) {
this.u = {
......
......@@ -1620,7 +1620,8 @@ export default {
if (AppletID === 24) {
let basedata = wx.getStorageSync("basedata");
let isAttestation = basedata?.user_info?.isAttestation ?? 0;
if (isAttestation === 0) {
let IsOpenGuide = wx.getStorageSync("basedata")?.mall?.setting?.IsOpenGuide??0;
if (isAttestation === 0&&IsOpenGuide===1) {
uni.navigateTo({
url: "/pages/user-center/user-center",
});
......
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