's'
This commit is contained in:
BIN
src/images/qrcode_planet.jpg
Normal file
BIN
src/images/qrcode_planet.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '加入微信群'
|
||||
navigationBarTitleText: '加入社群'
|
||||
}
|
||||
|
||||
@@ -50,6 +50,8 @@ import hegang from "../../images/hegang.jpg";
|
||||
import nomadPoster from "../../images/nomadPoster.jpg";
|
||||
// 公众号二维码
|
||||
import qrcodeoffice from "../../images/qrcodeoffice.jpg";
|
||||
import qrcode_planet from "../../images/qrcode_planet.jpg";
|
||||
|
||||
|
||||
import yintian from "../../images/cloud/yintian.png";
|
||||
import taiyang from "../../images/cloud/taiyang.png";
|
||||
@@ -306,7 +308,7 @@ const Index = () => {
|
||||
onClick={() => {
|
||||
setqrOpen(true);
|
||||
}}
|
||||
>{`加入微信群💬`}</AtButton>
|
||||
>{`加入社群💬`}</AtButton>
|
||||
</View>
|
||||
) : null}
|
||||
</View>
|
||||
@@ -413,7 +415,7 @@ const Index = () => {
|
||||
<Image
|
||||
style="width: 200px;height: 200px;"
|
||||
mode="heightFix"
|
||||
src={qrcodeoffice}
|
||||
src={qrcode_planet}
|
||||
/>
|
||||
</View>
|
||||
</AtModalContent>
|
||||
|
||||
@@ -116,12 +116,12 @@ const Salon = () => {
|
||||
<View className="at-article__h2">群简介</View>
|
||||
<View className="at-article__h3">| 📣技术爱好者</View>
|
||||
<View className="at-article__p">
|
||||
微信群是一个交流技术的平台,不限软件/硬件
|
||||
社群是一个交流技术的平台,不限软件/硬件
|
||||
</View>
|
||||
<br />
|
||||
<View className="at-article__h3">| 📋入群须知</View>
|
||||
<View className="at-article__p">
|
||||
微信群只是一个沟通平台,与其他伙伴搭桥
|
||||
社群只是一个沟通平台,与其他伙伴搭桥
|
||||
<br />
|
||||
可以讨论但不限于:
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user