no message
This commit is contained in:
@@ -93,6 +93,8 @@ export default {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: calc(env(safe-area-inset-bottom));
|
padding-bottom: calc(env(safe-area-inset-bottom));
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-top:2rpx solid #eaeaea;
|
||||||
&.iosplatformType {
|
&.iosplatformType {
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
@@ -115,10 +117,11 @@ export default {
|
|||||||
|
|
||||||
.tab-text {
|
.tab-text {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
color:#666;
|
||||||
/* 文字大小 */
|
/* 文字大小 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-text-sel {
|
.tab-text-sel {
|
||||||
color: $app-bt-bj;
|
color: #7934F6;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
+4
-4
@@ -520,11 +520,11 @@
|
|||||||
]
|
]
|
||||||
}],
|
}],
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
// "color": "#000000",
|
"color": "#666",
|
||||||
// "selectedColor": "#03AD27",
|
"selectedColor": "#7934F6",
|
||||||
// "borderStyle": "black",
|
"borderStyle": "black",
|
||||||
// "backgroundColor": "#F8F8F8",
|
// "backgroundColor": "#F8F8F8",
|
||||||
"custom": true,
|
// "custom": true,
|
||||||
"list": [{
|
"list": [{
|
||||||
"pagePath": "pages/home/home",
|
"pagePath": "pages/home/home",
|
||||||
"text": "%index.home%",
|
"text": "%index.home%",
|
||||||
|
|||||||
+1
-1
@@ -370,7 +370,7 @@ export default {
|
|||||||
{
|
{
|
||||||
id: ORDER_TYPE.AFTER_SALE,
|
id: ORDER_TYPE.AFTER_SALE,
|
||||||
title: "售后",
|
title: "售后",
|
||||||
url: "/static/mine/order_afterSale.png",
|
url: "/static/new/shouhou.png",
|
||||||
path:
|
path:
|
||||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||||
MINE_ORDER_TYPE.AFTER_SALE,
|
MINE_ORDER_TYPE.AFTER_SALE,
|
||||||
|
|||||||
@@ -362,6 +362,7 @@ export default {
|
|||||||
.coiled-lottery {
|
.coiled-lottery {
|
||||||
width: 670rpx;
|
width: 670rpx;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
|
min-height:88rpx;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
180deg,
|
180deg,
|
||||||
#ffe361 0%,
|
#ffe361 0%,
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default {
|
|||||||
{ text: '合同编号', value: '' },
|
{ text: '合同编号', value: '' },
|
||||||
{ text: '发起方', value: '信任桥(深圳)网络科技有限公司' },
|
{ text: '发起方', value: '信任桥(深圳)网络科技有限公司' },
|
||||||
{ text: '发起时间', value: '' },
|
{ text: '发起时间', value: '' },
|
||||||
{ text: '完成结束时间', value: '' },
|
{ text: '完成时间', value: '' },
|
||||||
],
|
],
|
||||||
bottomList: [
|
bottomList: [
|
||||||
{ text: '签约人', value: '信任桥会员 章三' },
|
{ text: '签约人', value: '信任桥会员 章三' },
|
||||||
|
|||||||
@@ -101,7 +101,11 @@ export default {
|
|||||||
this.getQuichens()
|
this.getQuichens()
|
||||||
},
|
},
|
||||||
getQuichens() {
|
getQuichens() {
|
||||||
quickens().then(res => {
|
let params ={
|
||||||
|
page:1,
|
||||||
|
pageSize:1000
|
||||||
|
}
|
||||||
|
quickens(params).then(res => {
|
||||||
if (res.bizcode == 100) {
|
if (res.bizcode == 100) {
|
||||||
// this.type = res.data;
|
// this.type = res.data;
|
||||||
this.tList[0].text = res.data.vcoinsLock;
|
this.tList[0].text = res.data.vcoinsLock;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user