feat: 腾讯云佣金小程序

This commit is contained in:
hackrobot
2024-03-24 19:27:31 +08:00
parent 03b386ca01
commit fda9f14423

View File

@@ -23,6 +23,8 @@ import shanghai from "@/images/city/shanghai.jpg";
import shenzhen from "@/images/city/shenzhen.jpg";
import touxiang from "@/images/index/touxiang.jpg";
import nomad from "@/images/index/nomad.png";
import QRcode from "@/images/index/QRcode.png";
import TabbarCom from "@/componments/TabbarCom";
import { useEffect, useState } from "react";
@@ -40,7 +42,7 @@ const QrCode = (props) => {
<Image
style={{ width: "100px", height: "100px" }}
showMenuByLongpress={true}
src={nomad}
src={QRcode}
// src='cloud://citynew-0givkbre03955d8c.6369-citynew-0givkbre03955d8c-1253655588/images/touxiang/download-1.jpg'
></Image>
</View>