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 = { const config = {
// apiUrl : 'https://api.gongli.vip/api/', // 正式环境 apiUrl : 'https://api.gongli.vip/api/', // 正式环境
apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试 // apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试
timeout: 60000 timeout: 60000
} }

View File

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

View File

@@ -203,7 +203,6 @@
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
}, },
{ {
"path": "pages/refund/detail", "path": "pages/refund/detail",
"name": "OrderRefundDetail", "name": "OrderRefundDetail",
@@ -653,7 +652,6 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }
], ],
"tabBar": { "tabBar": {
@@ -693,13 +691,5 @@
}, },
"easycom": { "easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"condition": {
"current": 0,
"list": [{
"name": "",
"path": "",
"query": ""
}]
} }
} }

BIN
pages/.DS_Store vendored

Binary file not shown.

View File

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