提交代码

This commit is contained in:
zpc 2024-07-26 22:27:08 +08:00
parent bd039c4462
commit 85a3c197c7
3 changed files with 7 additions and 8 deletions

View File

@ -15,8 +15,8 @@ import common from '@/common/common.js'
Vue.prototype.$noMultipleClicks = common.noMultipleClicks
Vue.prototype.$c = common;
// var loginPage="http://api.zpc-xy.com/login.html";
var loginPage="http://api.zpc-xy.com/login.html";
// var loginPage="https://xinglanmh.shequtuangou.vip/login.html";
// var loginPage="http://api.zpc-xy.com/login.html";
var loginPage="https://xinglanmh.shequtuangou.vip/login.html";
Vue.prototype.$loginPage = loginPage;
Vue.prototype.$wxloginPage =`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx0e33d80d35e4a3b1&redirect_uri=${escape(loginPage)}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`;
Vue.prototype.req = function(param, backpage, backtype) {
@ -210,10 +210,10 @@ Vue.prototype.onBridgeReady = function(data) {
}
// 测试
// const baseUrl = ''
const baseUrl = 'https://api.zpc-xy.com/'
// const baseUrl = 'https://api.zpc-xy.com/'
// 正式
// const baseUrl = 'https://xinglanmh.shequtuangou.vip'
const baseUrl = 'https://xinglanmh.shequtuangou.vip'
Vue.prototype.siteBaseUrl = baseUrl + '/api/'
Vue.prototype.$z_img2 = baseUrl + '/zcq/'

View File

@ -12,7 +12,7 @@
枫岚云赏
</view>
<!-- 公告 -->
<view class="news-box relative" :style="{ backgroundImage: `url(${$img1('index/notification.png')})`}"
<view class="news-box relative" :style="{ backgroundImage: `url(${$img1('index/notification.png?x=1')})`}"
@click="$refs.rulePop.getRule(3, '提示')">
<view class="news-text">
<uni-notice-bar :style="{width: `100%`}" :speed="8" background-color="transparent" color="#fff"

View File

@ -41,14 +41,13 @@
{{index+1}}
</view>
<view class="" style="width: 94rpx; height: 94rpx; margin-left: 30rpx;">
<image :src="item.headimg" style="width: 94rpx; height: 94rpx; border-radius: 50%;"></image>
</view>
<view class="" style="display: flex; flex-direction: column; margin-left: 28rpx;">
<view class="" style="display: flex; flex-direction: column; margin-left: 28rpx;flex: 1;">
<text style="font-size: 33rpx; color: white;">{{item.nickname}}</text>
</view>
<view class="" style="position: absolute; right: 70rpx;">
<view class="" style="width:180rpx;">
<span style="color: white; font-size: 33rpx;">{{item.price}}</span>
</view>