更换版本

This commit is contained in:
2024-01-22 18:48:00 +08:00
parent 9f65ea8fd9
commit 00e6dcaec0
1158 changed files with 70609 additions and 51780 deletions

34
pages/gzh/gzh.js Normal file
View File

@@ -0,0 +1,34 @@
var e;
(e = getApp()),
Page({
data: { data: "" },
onLoad: function (e) {},
onShow: function (t) {
e.appdengl();
var o = this;
e.getdata("", "getset").then((e) => {
console.log(e.data), o.getvip(e.data.gzh_appid);
});
},
getvip: function (e) {
console.log(wx.getStorageSync("uid")),
wx.getStorageSync("uid")
? (console.log(wx.getStorageSync("uid")),
this.setData({
footerLink:
"https://open.weixin.qq.com/connect/oauth2/authorize?appid=" +
e +
"&redirect_uri=https://api.ym23.com/addons/monai_market/api/dygzh.php?uid=" +
wx.getStorageSync("uid") +
"&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect",
}))
: wx.showModal({
title: "温馨提醒",
content: "使用本功能请先登录后在使用~",
showCancel: !1,
success: function (e) {
e.confirm && wx.reLaunch({ url: "/pages/mine/index" });
},
});
},
});

1
pages/gzh/gzh.json Normal file
View File

@@ -0,0 +1 @@
{ "navigationBarTitleText": "浏览器", "usingComponents": {} }

5
pages/gzh/gzh.wxml Normal file
View File

@@ -0,0 +1,5 @@
<view class="page-body">
<view class="page-section page-section-gap">
<web-view src="{{footerLink}}"></web-view>
</view>
</view>

4
pages/gzh/gzh.wxss Normal file
View File

@@ -0,0 +1,4 @@
.page-section-gap {
box-sizing: border-box;
padding: 0 30rpx;
}