feat: 公众号二维码
This commit is contained in:
@@ -199,27 +199,28 @@ const Book = () => {
|
|||||||
|
|
||||||
{/* 判断有没有wxid */}
|
{/* 判断有没有wxid */}
|
||||||
{/* {book !== 1 ? ( */}
|
{/* {book !== 1 ? ( */}
|
||||||
<AtButton
|
<AtButton
|
||||||
type="primary"
|
type="primary"
|
||||||
size="normal"
|
size="normal"
|
||||||
className="joinSalon"
|
className="joinSalon"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (book == 1) {
|
if (book == 1) {
|
||||||
return false;
|
return false;
|
||||||
|
} else {
|
||||||
|
if (!!isWeChat) {
|
||||||
|
// 19.8元
|
||||||
|
payh5("book", 1980);
|
||||||
} else {
|
} else {
|
||||||
if (!!isWeChat) {
|
// setmeetupQR(true);
|
||||||
// 19.8元
|
// console.log("请在微信中打开");
|
||||||
payh5("book", 1980);
|
window.location.href = `https://mp.weixin.qq.com/s/GBU3THKaXRRkdpZXH_18jw`;
|
||||||
} else {
|
|
||||||
// setmeetupQR(true);
|
|
||||||
console.log("请在微信中打开");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}}
|
}
|
||||||
>
|
}}
|
||||||
{/* {meetup == 1 ? "已加入" : `立即加入`} */}
|
>
|
||||||
{`阅读更多`}
|
{/* {meetup == 1 ? "已加入" : `立即加入`} */}
|
||||||
</AtButton>
|
{`阅读更多`}
|
||||||
|
</AtButton>
|
||||||
{/* ) : null} */}
|
{/* ) : null} */}
|
||||||
</View>
|
</View>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -607,3 +607,6 @@ eleliment只是基于martrix协议的一个客户端
|
|||||||
就默默地闭门造车,结局会很惨
|
就默默地闭门造车,结局会很惨
|
||||||
|
|
||||||
持续更新中.....
|
持续更新中.....
|
||||||
|
可在公众号 查看更新
|
||||||
|
|
||||||
|

|
||||||
Reference in New Issue
Block a user