no message
This commit is contained in:
+1
-1
@@ -370,7 +370,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.AFTER_SALE,
|
||||
title: "售后",
|
||||
url: "/static/mine/order_afterSale.png",
|
||||
url: "/static/new/shouhou.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.AFTER_SALE,
|
||||
|
||||
@@ -362,6 +362,7 @@ export default {
|
||||
.coiled-lottery {
|
||||
width: 670rpx;
|
||||
height: 88rpx;
|
||||
min-height:88rpx;
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
#ffe361 0%,
|
||||
|
||||
@@ -52,7 +52,7 @@ export default {
|
||||
{ text: '合同编号', value: '' },
|
||||
{ text: '发起方', value: '信任桥(深圳)网络科技有限公司' },
|
||||
{ text: '发起时间', value: '' },
|
||||
{ text: '完成结束时间', value: '' },
|
||||
{ text: '完成时间', value: '' },
|
||||
],
|
||||
bottomList: [
|
||||
{ text: '签约人', value: '信任桥会员 章三' },
|
||||
|
||||
@@ -101,7 +101,11 @@ export default {
|
||||
this.getQuichens()
|
||||
},
|
||||
getQuichens() {
|
||||
quickens().then(res => {
|
||||
let params ={
|
||||
page:1,
|
||||
pageSize:1000
|
||||
}
|
||||
quickens(params).then(res => {
|
||||
if (res.bizcode == 100) {
|
||||
// this.type = res.data;
|
||||
this.tList[0].text = res.data.vcoinsLock;
|
||||
|
||||
Reference in New Issue
Block a user