feat: 腾讯云佣金小程序
This commit is contained in:
@@ -23,6 +23,8 @@ import shanghai from "@/images/city/shanghai.jpg";
|
|||||||
import shenzhen from "@/images/city/shenzhen.jpg";
|
import shenzhen from "@/images/city/shenzhen.jpg";
|
||||||
import touxiang from "@/images/index/touxiang.jpg";
|
import touxiang from "@/images/index/touxiang.jpg";
|
||||||
import nomad from "@/images/index/nomad.png";
|
import nomad from "@/images/index/nomad.png";
|
||||||
|
import QRcode from "@/images/index/QRcode.png";
|
||||||
|
|
||||||
|
|
||||||
import TabbarCom from "@/componments/TabbarCom";
|
import TabbarCom from "@/componments/TabbarCom";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
@@ -40,7 +42,7 @@ const QrCode = (props) => {
|
|||||||
<Image
|
<Image
|
||||||
style={{ width: "100px", height: "100px" }}
|
style={{ width: "100px", height: "100px" }}
|
||||||
showMenuByLongpress={true}
|
showMenuByLongpress={true}
|
||||||
src={nomad}
|
src={QRcode}
|
||||||
// src='cloud://citynew-0givkbre03955d8c.6369-citynew-0givkbre03955d8c-1253655588/images/touxiang/download-1.jpg'
|
// src='cloud://citynew-0givkbre03955d8c.6369-citynew-0givkbre03955d8c-1253655588/images/touxiang/download-1.jpg'
|
||||||
></Image>
|
></Image>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user