订单结算修改,增加限时折扣
This commit is contained in:
@@ -37,14 +37,7 @@ const userinfo = uni.cache.get("userInfo") || {};
|
||||
const codeVal = ref(userinfo.wechatAcQrcode || "");
|
||||
console.log("codeVal", codeVal.value);
|
||||
function qrcodeResult(e) {
|
||||
console.log("qrcodeResult", e);
|
||||
wechatAcQrcode.value = e;
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.qrcode {
|
||||
position: fixed;
|
||||
transform: translateX(200vw, 200vh);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user