|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
<l-painter-text text="扫码进入店铺"
|
|
<l-painter-text text="扫码进入店铺"
|
|
css="width:96px;line-height:17px;position: absolute;left:50%;bottom:269px;z-index:2;margin-left:-48px;font-size: 12px;color: #666666;font-family: PingFang SC, PingFang SC;" />
|
|
css="width:96px;line-height:17px;position: absolute;left:50%;bottom:269px;z-index:2;margin-left:-48px;font-size: 12px;color: #666666;font-family: PingFang SC, PingFang SC;" />
|
|
- <l-painter-qrcode :text="qrCode + 'getStore?id=' + storeid"
|
|
|
|
|
|
+ <l-painter-qrcode :text="qrCode + 'getStore?id=' + storeid"
|
|
css="width: 200px; height: 200px;position: absolute;left:50%;bottom:55px;z-index:2;margin-left:-100px;" />
|
|
css="width: 200px; height: 200px;position: absolute;left:50%;bottom:55px;z-index:2;margin-left:-100px;" />
|
|
</l-painter>
|
|
</l-painter>
|
|
</view>
|
|
</view>
|
|
@@ -27,11 +27,10 @@
|
|
|
|
|
|
<view style="height: 70px;" />
|
|
<view style="height: 70px;" />
|
|
<view class="footer">
|
|
<view class="footer">
|
|
- <view class="add" hover-class="navigator-hover"
|
|
|
|
- @click="saveTheImage()">
|
|
|
|
|
|
+ <view class="add" hover-class="navigator-hover" @click="saveTheImage()">
|
|
<block>
|
|
<block>
|
|
保存图片
|
|
保存图片
|
|
-
|
|
|
|
|
|
+
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -55,12 +54,12 @@ export default {
|
|
},
|
|
},
|
|
qrCode: this.qrCodePrefix,
|
|
qrCode: this.qrCodePrefix,
|
|
name: "",
|
|
name: "",
|
|
- storeid:uni.getStorageSync('shop').sa_storeid
|
|
|
|
|
|
+ storeid: uni.getStorageSync('shop').sa_storeid
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
- title:'店铺码',
|
|
|
|
|
|
+ title: '店铺码',
|
|
})
|
|
})
|
|
this.getUserMsg()
|
|
this.getUserMsg()
|
|
},
|
|
},
|
|
@@ -72,6 +71,7 @@ export default {
|
|
}).then(res => {
|
|
}).then(res => {
|
|
console.log("获取个人信息", res)
|
|
console.log("获取个人信息", res)
|
|
if (this.cutoff(res.msg)) return;
|
|
if (this.cutoff(res.msg)) return;
|
|
|
|
+ res.data.headpic = res.data.attinfos.find(v => v.usetype == "headportrait") && res.data.attinfos.find(v => v.usetype == "headportrait").url || '';
|
|
this.userMsg = res.data;
|
|
this.userMsg = res.data;
|
|
this.name = res.data.name ? res.data.name + ',邀请您加入' : '邀请您加入'
|
|
this.name = res.data.name ? res.data.name + ',邀请您加入' : '邀请您加入'
|
|
})
|
|
})
|
|
@@ -217,6 +217,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.footer {
|
|
.footer {
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 0;
|
|
bottom: 0;
|