diff --git a/main.js b/main.js
index 39ce42c..ca6205d 100644
--- a/main.js
+++ b/main.js
@@ -6,7 +6,6 @@ let i18nConfig = {
messages
}
-window.wx = {}
// #ifndef VUE3
import Vue from 'vue'
import VueI18n from 'vue-i18n'
diff --git a/pages.json b/pages.json
index edc7cb2..47050ce 100644
--- a/pages.json
+++ b/pages.json
@@ -22,7 +22,7 @@
"navigationStyle": "custom"
}
},
-
+
{
"path": "pages/sort/sort",
"style": {
diff --git a/pages/home/home.vue b/pages/home/home.vue
index a86397a..a6271af 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -176,7 +176,9 @@
-
+
+
+
diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue
index fca2361..563ce15 100644
--- a/pages/mine/mine.vue
+++ b/pages/mine/mine.vue
@@ -109,7 +109,9 @@
-
+
+
+
diff --git a/pages/shopping_cart/shopping_cart.vue b/pages/shopping_cart/shopping_cart.vue
index 9d0a164..2cdd18d 100644
--- a/pages/shopping_cart/shopping_cart.vue
+++ b/pages/shopping_cart/shopping_cart.vue
@@ -97,7 +97,11 @@
-
+
+
+
+
+
diff --git a/pages/sort/sort.vue b/pages/sort/sort.vue
index b0ee5ad..71cfff7 100644
--- a/pages/sort/sort.vue
+++ b/pages/sort/sort.vue
@@ -58,7 +58,10 @@
-
+
+
+
+
diff --git a/pages/supply_chain/supply_chain.vue b/pages/supply_chain/supply_chain.vue
index 2c95276..f573a30 100644
--- a/pages/supply_chain/supply_chain.vue
+++ b/pages/supply_chain/supply_chain.vue
@@ -65,7 +65,9 @@
-
+
+
+
diff --git a/pages/user/jia.vue b/pages/user/jia.vue
index 42a8ba9..76a455f 100644
--- a/pages/user/jia.vue
+++ b/pages/user/jia.vue
@@ -1,57 +1,56 @@
-
+
-
+
+
-
- {{item.text}}
- {{item.value}}
+
+ {{ item.text }}
+ {{ item.value }}
-
- {{item.text}}
- {{item.value}}
+
+ {{ item.text }}
+ {{ item.value }}
加速明细
-
- {{item}}
+
+ {{ item }}
-
+
-
-
- {{item.one}}
- {{item.two}}
- {{item.three}}
+
+
+ {{ item.one }}
+ {{ item.two }}
+ {{ item.three }}
-
+
-
+
-
+
加速说明
获取方式:
(1)通过购买报单区和好物区商品的直推和间推奖励获得
(2)转盘抽奖获得
-
+
逻辑说明:
(1)通过内购购买商品获得的是抽奖次数,并不能直接用于抽奖,能够抽奖的次数需要每天进行释放,或者直推间推下线的奖励获得可抽奖的次数
(2)当可抽奖次数大于抽奖次数时,可抽奖次数将会被冻结24个小时,内购商品解冻,否则冻结的抽奖次数会消失。最终解释权归商城所有!!!
-
+
@@ -68,21 +67,21 @@ import { quickens } from '@/api/contract.js'
import func from '@/utils/func.js';
export default {
- components: { Header,TopSafe,DownPopup },
+ components: { Header, TopSafe, DownPopup },
data() {
return {
- tList:[
- {text:'100',value:'锁仓TBC'},
- {text:'100',value:'剩余加速包'}
+ tList: [
+ { text: '100', value: '锁仓TBC' },
+ { text: '100', value: '剩余加速包' }
],
- topList:[
- {text:'已获得加速包次数',value:'100'},
- {text:'已释放TBC数量',value:'20000'},
- {text:'剩余未使用加速包次数',value:'200'},
+ topList: [
+ { text: '已获得加速包次数', value: '100' },
+ { text: '已释放TBC数量', value: '20000' },
+ { text: '剩余未使用加速包次数', value: '200' },
],
- tableHead:['加速比例','释放TBC数量','时间'],
- tableList:[
-
+ tableHead: ['加速比例', '释放TBC数量', '时间'],
+ tableList: [
+
]
};
},
@@ -90,13 +89,13 @@ export default {
this.init();
},
methods: {
- init(){
+ init() {
// this.isSignContract()
this.getQuichens()
},
- getQuichens(){
- quickens().then(res=>{
- if(res.bizcode == 100){
+ getQuichens() {
+ quickens().then(res => {
+ if (res.bizcode == 100) {
// this.type = res.data;
this.tList[0].text = res.data.vcoinsLock;
this.tList[1].text = res.data.quickenBalance;
@@ -104,12 +103,12 @@ export default {
this.topList[1].value = res.data.quickenValue;
this.topList[2].value = res.data.quickenBalance;
this.tableList = res.data.quickenDetail;
- this.tableList.forEach(item=>{
+ this.tableList.forEach(item => {
item.one = item.quickenRate * 100 + '%';
item.two = item.quickenValue;
item.three = func.formatDate(new Date(item.ctdate), 3)
})
- }else{
+ } else {
this.$refs.uToastRef.show({
type: 'error',
message: res.msg,
@@ -117,16 +116,16 @@ export default {
}
})
},
-
- onBtn(){
- if(this.type){
+
+ onBtn() {
+ if (this.type) {
//查看
uni.navigateTo({
- url:`/pages/contract/check`
+ url: `/pages/contract/check`
})
- }else{
+ } else {
//去签署
-
+
}
}
}
@@ -134,90 +133,101 @@ export default {
diff --git a/static/new/jia_bg.png b/static/new/jia_bg.png
deleted file mode 100644
index 3ebbfc4..0000000
Binary files a/static/new/jia_bg.png and /dev/null differ
diff --git a/static/tu.png b/static/tu.png
deleted file mode 100644
index a071ba5..0000000
Binary files a/static/tu.png and /dev/null differ
diff --git a/static/union/bh.png b/static/union/bh.png
deleted file mode 100644
index 4bf513a..0000000
Binary files a/static/union/bh.png and /dev/null differ
diff --git a/static/union/bld.png b/static/union/bld.png
deleted file mode 100644
index 684b299..0000000
Binary files a/static/union/bld.png and /dev/null differ
diff --git a/static/union/fs.png b/static/union/fs.png
deleted file mode 100644
index 624a01b..0000000
Binary files a/static/union/fs.png and /dev/null differ
diff --git a/static/union/jd.png b/static/union/jd.png
deleted file mode 100644
index 1424f37..0000000
Binary files a/static/union/jd.png and /dev/null differ
diff --git a/static/union/sh.png b/static/union/sh.png
deleted file mode 100644
index 4776a71..0000000
Binary files a/static/union/sh.png and /dev/null differ
diff --git a/static/union/sm.png b/static/union/sm.png
deleted file mode 100644
index 702ceab..0000000
Binary files a/static/union/sm.png and /dev/null differ
diff --git a/static/union/wj.png b/static/union/wj.png
deleted file mode 100644
index 69eb1da..0000000
Binary files a/static/union/wj.png and /dev/null differ
diff --git a/static/union/xc.png b/static/union/xc.png
deleted file mode 100644
index 9f72b6b..0000000
Binary files a/static/union/xc.png and /dev/null differ
diff --git a/static/union/yb.png b/static/union/yb.png
deleted file mode 100644
index 9773a5c..0000000
Binary files a/static/union/yb.png and /dev/null differ
diff --git a/static/union/yy.png b/static/union/yy.png
deleted file mode 100644
index 7c51677..0000000
Binary files a/static/union/yy.png and /dev/null differ