This commit is contained in:
2022-10-13 14:37:43 +08:00
14 changed files with 6720 additions and 6724 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -9,8 +9,8 @@ import router from '../router'
// 基础配置
const config = {
// apiUrl : 'https://api.gongli.vip/api/', // 正式环境
apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试
apiUrl : 'https://api.gongli.vip/api/', // 正式环境
// apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试
timeout: 60000
}

View File

@@ -2,7 +2,7 @@
"name" : "共力生态",
"appid" : "__UNI__DE7B0E6",
"description" : "共力生态",
"versionName" : "1.0.48",
"versionName" : "1.0.51",
"versionCode" : 100,
"transformPx" : false,
/* 5+App */

View File

@@ -203,7 +203,6 @@
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/refund/detail",
"name": "OrderRefundDetail",
@@ -653,53 +652,44 @@
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"borderStyle": "white",
"selectedColor": "#34CE98",
"list": [{
"iconPath": "static/tabBar/tabBar_00.png",
"selectedIconPath": "static/tabBar/tabBar_show_00.png",
"pagePath": "pages/life/life",
"text": "共力人生"
}, {
"iconPath": "static/tabBar/tabBar_02.png",
"selectedIconPath": "static/tabBar/tabBar_show_02.png",
"pagePath": "pages/store/index",
"text": "DT商城"
},
{
"iconPath": "static/tabBar/tabBar_05.png",
"selectedIconPath": "static/tabBar/tabBar_show_05.png",
"pagePath": "pages/rank/index",
"text": "排行榜"
},
{
"iconPath": "static/tabBar/tabBar_03.png",
"selectedIconPath": "static/tabBar/tabBar_show_03.png",
"pagePath": "pages/user/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "ZH健康",
"navigationBarBackgroundColor": "#F3F6FB",
"backgroundColorTop": "#F3F6FB",
"backgroundColorBottom": "#F3F6FB"
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"condition": {
"current": 0,
"list": [{
"name": "",
"path": "",
"query": ""
}]
}
}
],
"tabBar": {
"borderStyle": "white",
"selectedColor": "#34CE98",
"list": [{
"iconPath": "static/tabBar/tabBar_00.png",
"selectedIconPath": "static/tabBar/tabBar_show_00.png",
"pagePath": "pages/life/life",
"text": "共力人生"
}, {
"iconPath": "static/tabBar/tabBar_02.png",
"selectedIconPath": "static/tabBar/tabBar_show_02.png",
"pagePath": "pages/store/index",
"text": "DT商城"
},
{
"iconPath": "static/tabBar/tabBar_05.png",
"selectedIconPath": "static/tabBar/tabBar_show_05.png",
"pagePath": "pages/rank/index",
"text": "排行榜"
},
{
"iconPath": "static/tabBar/tabBar_03.png",
"selectedIconPath": "static/tabBar/tabBar_show_03.png",
"pagePath": "pages/user/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "ZH健康",
"navigationBarBackgroundColor": "#F3F6FB",
"backgroundColorTop": "#F3F6FB",
"backgroundColorBottom": "#F3F6FB"
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}

BIN
pages/.DS_Store vendored

Binary file not shown.

View File

@@ -113,10 +113,10 @@
</block>
</view>
<view class="btns-box">
<view class="btns-box-item" @click="onBtn('PinList', {})" v-if="collage_switch">
<!-- <view class="btns-box-item" @click="onBtn('PinList', {})" v-if="collage_switch">
<image class="icon" src="@/static/user/userIcon_15.png" mode="widthFix" />
我的拼单 <uni-icons class="forward" type="forward" color="#999" />
</view>
</view> -->
<view class="btns-box-item" @click="onBtn('MyCard', {})">
<image class="icon" src="@/static/user/userIcon_00.png" mode="widthFix" />
我的卡券 <uni-icons class="forward" type="forward" color="#999" />

BIN
uni_modules/.DS_Store vendored

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long