From ce09150642f5a36284c8949e2cf8aa2042c46d5d Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 19 Jan 2022 12:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=88=87=E6=8D=A2=E5=95=86?= =?UTF-8?q?=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 +++- pages/client-detail/base-paper-deals.vue | 5 ++- pages/mall/index.vue | 46 +++++++++++++++++++----- pages/switching-mall/index.vue | 44 ++++++++++++++--------- 4 files changed, 72 insertions(+), 30 deletions(-) diff --git a/manifest.json b/manifest.json index 76c1e80..1a14e8e 100644 --- a/manifest.json +++ b/manifest.json @@ -35,18 +35,21 @@ "android" : { "permissions" : [ "", + "", "", "", "", "", "", "", + "", "", "", "", "", "", "", + "", "", "", "" @@ -77,7 +80,9 @@ "appkey_ios" : "0182ee2a9fdd5fd3ef6a8bd5a2f98325", "appkey_android" : "877848546f7f3717101a17c33e1d4df3" } - } + }, + "share" : {}, + "oauth" : {} } }, "uniStatistics" : { diff --git a/pages/client-detail/base-paper-deals.vue b/pages/client-detail/base-paper-deals.vue index 07a2252..e57afec 100644 --- a/pages/client-detail/base-paper-deals.vue +++ b/pages/client-detail/base-paper-deals.vue @@ -70,7 +70,6 @@ export default { // customerEnterpriseId: '651107734133018624', // 客户企业ID // mallSupplierId: '670334117090562048', // 供应商id status: '0', // 状态 0 全部 待发货/30106,待收货/30107,待借款/30207,已完成/30104 - enterpriseIds: [] //企业ID集合网关获取 }, pagination: { pageNum: 0, // 初始会执行一次下拉加载 @@ -93,7 +92,7 @@ export default { // 顶部统计数据 getOrderVolumeStatistics() { getOrderVolumeStatistics(this.orderParams).then(res => { - console.log('原纸交易顶部统计数据', res) + // console.log('原纸交易顶部统计数据', res) this.topInfo = res }) }, @@ -101,7 +100,7 @@ export default { return new Promise((resolve, reject) => { getBasePaperDeals({ ...this.params, ...this.pagination }) .then(res => { - console.log('原纸交易', res) + // console.log('原纸交易', res) if (res) { if (this.pagination.pageNum == 1) { this.list = res.records diff --git a/pages/mall/index.vue b/pages/mall/index.vue index 30af4cc..71433f4 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -2,12 +2,12 @@ 纸商城 - 分享 + 分享 - 东莞市隆兴纸业有限公司 + {{ storeInformation.name }} 全部商品 39   |  上新 9 @@ -56,7 +56,7 @@ @@ -69,7 +79,7 @@ export default { .check-mall-image { width: 100rpx; height: 100rpx; - border-radius: 50rpx; + border-radius: 50%; } .check-mall-text { line-height: 60rpx;