修改域名,优化分值显示

This commit is contained in:
王创世 2025-05-28 14:12:15 +08:00
parent 5d2aaee2eb
commit 21825a1e63
7 changed files with 9 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Ignore unpackage directory
unpackage/

View File

View File

@ -0,0 +1,2 @@
# Ignore unpackage directory
unpackage/

View File

@ -0,0 +1,2 @@
# Ignore unpackage directory
unpackage/

View File

@ -146,7 +146,7 @@
</view> </view>
</view> </view>
<view class="justify-content-item tn-flex-row-center tn-margin-top"> <view class="justify-content-item tn-flex-row-center tn-margin-top">
<text class="tn-text-xl tn-padding-right">120</text> <text class="tn-text-xl tn-padding-right">{{item.score}}</text>
<text class="tn-icon-cute icon-ranking"></text> <text class="tn-icon-cute icon-ranking"></text>
</view> </view>
</view> </view>

View File

@ -81,7 +81,7 @@
data() { data() {
return { return {
show: false, show: false,
action: 'http://192.168.10.140:8089/api/common/upload', action: 'https://jf.hschool.com.cn/api/common/upload',
formData: { formData: {
Token: '', Token: '',
}, },

View File

@ -7,7 +7,7 @@ import {
import store from '../store/index.js' import store from '../store/index.js'
import RequestManager from '@/utils/requestManager.js' import RequestManager from '@/utils/requestManager.js'
let BASE_URL = 'http://192.168.10.140:8089/'; let BASE_URL = 'https://jf.hschool.com.cn/';
const manager = new RequestManager() const manager = new RequestManager()