-
+
@@ -112,9 +113,9 @@
-
+
-
+
@@ -167,37 +168,38 @@
-
-
-
- 其他方式登录
- 微信快捷登录
-
-
+
+
+
+ 其他方式登录
+ 微信快捷登录
+
+
\ No newline at end of file
diff --git a/pages/index/component/swiperBg.vue b/pages/index/component/swiperBg.vue
index cb048de..74abbea 100644
--- a/pages/index/component/swiperBg.vue
+++ b/pages/index/component/swiperBg.vue
@@ -29,11 +29,6 @@
-
diff --git a/pages/index/index.vue b/pages/index/index.vue
index cfd2f40..3f99db3 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -654,8 +654,9 @@
},
},
onPullDownRefresh() {
- this.overflow = true;
- this.reconnect();
+ // this.overflow = true;
+ // this.reconnect();
+ // that.overflow = true;
// #ifdef APP-PLUS
setTimeout(() => {
this.hotPage = 1;
@@ -1046,21 +1047,19 @@
if (that.loading || that.loadend) return;
that.loading = true;
that.loadTitle = '';
- getProductslist(that.where)
- .then(res => {
- let list = res.data.list;
- let productList = that.$util.SplitArray(list, that.sortProduct);
- let loadend = list.length < that.where.limit;
- that.loadend = loadend;
- that.loading = false;
- that.loadTitle = loadend ? '已全部加载' : '加载更多';
- that.$set(that, 'sortProduct', productList);
- that.$set(that.where, 'page', that.where.page + 1);
- })
- .catch(err => {
- that.loading = false;
- that.loadTitle = '加载更多';
- });
+ getProductslist(that.where).then(res => {
+ let list = res.data.list;
+ let productList = that.$util.SplitArray(list, that.sortProduct);
+ let loadend = list.length < that.where.limit;
+ that.loadend = loadend;
+ that.loading = false;
+ that.loadTitle = loadend ? '已全部加载' : '加载更多';
+ that.$set(that, 'sortProduct', productList);
+ that.$set(that.where, 'page', that.where.page + 1);
+ }).catch(err => {
+ that.loading = false;
+ that.loadTitle = '加载更多';
+ });
},
/**
* 点击组件选项卡
@@ -1094,11 +1093,11 @@
let num = that.hotLimit;
if (!that.hotScroll) return;
if (that.hotLoading[e]) return;
-
+
that.hotLoading[e] = true;
that.hotTitle = '加载中';
getProductHot(that.hotPage, that.hotLimit, 1, 1).then(res => {
- console.log(res)
+ uni.stopPullDownRefresh();
res.data.list = this.shuffleArray(res.data.list);
let list = res.data.list;
let productList = that.hostProduct;
@@ -1133,6 +1132,7 @@
getProductslist({
...query
}).then(res => {
+ uni.stopPullDownRefresh();
res.data.list = this.shuffleArray(res.data.list);
let list = res.data.list;
let productList = that.hostProduct;
diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue
index 389fdc6..a5f39ed 100644
--- a/pages/whole_sale/index.vue
+++ b/pages/whole_sale/index.vue
@@ -286,7 +286,6 @@
-
-
From 0f6fdff8fe6a50e68ad34bd1824a6c41ac32cb5e Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Mon, 29 Apr 2024 17:17:57 +0800
Subject: [PATCH 04/36] =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BF=AE=E6=94=B9=20?=
=?UTF-8?q?=20=E9=80=80=E6=AC=BE=E8=8A=82=E6=B5=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 2 --
manifest.json | 4 ++--
pages/goods_details/index.vue | 16 ++--------------
pages/users/order_list/index.vue | 9 ++++-----
pages/users/refund/confirm.vue | 2 +-
5 files changed, 9 insertions(+), 24 deletions(-)
diff --git a/App.vue b/App.vue
index 3705ce8..eb29ee3 100644
--- a/App.vue
+++ b/App.vue
@@ -537,7 +537,6 @@
/*#endif*/
// 圆形指示点
.circular {
-
/deep/.uni-swiper-dot,
/deep/.wx-swiper-dot {
width: 10rpx;
@@ -553,7 +552,6 @@
// 方形指示点
.square {
-
/deep/.uni-swiper-dot,
/deep/.wx-swiper-dot {
width: 20rpx;
diff --git a/manifest.json b/manifest.json
index 8f5f632..c059140 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "惠农生活",
"appid" : "__UNI__3A527D1",
"description" : "",
- "versionName" : "2.0.39",
- "versionCode" : 2039,
+ "versionName" : "2.0.41",
+ "versionCode" : 2041,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue
index 0d553ff..d5b93c1 100644
--- a/pages/goods_details/index.vue
+++ b/pages/goods_details/index.vue
@@ -87,7 +87,6 @@
-
积分最高可抵扣{{storeInfo.max_integral}}元
@@ -158,12 +157,7 @@
{{storeInfo.store_info}}
-
+
@@ -269,17 +263,11 @@
:url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`"
hover-class="none" class="info">
- {{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}}
+ {{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}}
-
-
-
- {{item.orderList[0].merchant.mer_name}}
-
+ {{item.orderList[0].merchant.mer_name}}
@@ -215,8 +213,8 @@
-
- {{item.merchant.mer_name}}
+
+ {{item.merchant.mer_name}}
@@ -1106,6 +1104,7 @@
}
.store-name {
+ max-width: 400rpx;
margin: 0 10rpx;
}
diff --git a/pages/users/refund/confirm.vue b/pages/users/refund/confirm.vue
index 49080c8..71772cf 100644
--- a/pages/users/refund/confirm.vue
+++ b/pages/users/refund/confirm.vue
@@ -61,7 +61,7 @@
- 申请退款
+ 申请退款
From 448be8de75741f2acf73ceddb965733deba0eeae Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Tue, 30 Apr 2024 17:56:02 +0800
Subject: [PATCH 05/36] =?UTF-8?q?=E6=96=87=E5=AD=97=E9=95=BF=E5=BA=A6?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 702 ++---
pages/chat/customer_list/chat.vue | 4180 +++++++++++++++--------------
2 files changed, 2505 insertions(+), 2377 deletions(-)
diff --git a/manifest.json b/manifest.json
index c059140..4c7d746 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,352 +1,352 @@
{
- "name" : "惠农生活",
- "appid" : "__UNI__3A527D1",
- "description" : "",
- "versionName" : "2.0.41",
- "versionCode" : 2041,
- "transformPx" : false,
- /* 5+App特有相关 */
- "app-plus" : {
- "titleNView" : true,
- "usingComponents" : true,
- "nvueCompiler" : "uni-app",
- "nvueStyleCompiler" : "uni-app",
- "compilerVersion" : 3,
- "compatible" : {
- "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
- },
- "splashscreen" : {
- "alwaysShowBeforeRender" : false,
- "waiting" : false,
- "autoclose" : true,
- "delay" : 0
- },
- /* 模块配置 */
- "modules" : {
- "VideoPlayer" : {},
- "OAuth" : {},
- "Payment" : {},
- "Share" : {},
- "iBeacon" : {},
- "Maps" : {},
- "Geolocation" : {},
- "UniMP" : {
- "description" : "uni小程序"
- },
- "Push" : {},
- "Barcode" : {},
- "Camera" : {}
- },
- "safearea" : {
- "bottom" : {
- "offset" : "none"
- }
- },
- /* 应用发布信息 */
- "distribute" : {
- /* android打包配置 */
- "android" : {
- "permissions" : [
- "
",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
- ],
- "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
- "permissionExternalStorage" : {
- "request" : "none",
- "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
- },
- "permissionPhoneState" : {
- "request" : "none" //拨打电话权限关闭
- },
- "minSdkVersion" : 23,
- "targetSdkVersion" : 30
- },
- /* ios打包配置 */
- "ios" : {
- "privacyDescription" : {
- "NSPhotoLibraryUsageDescription" : "上传用户头像保存分享海报",
- "NSPhotoLibraryAddUsageDescription" : "上传用户头像保存分享海报",
- "NSCameraUsageDescription" : "上传用户头像保存分享海报",
- "NSLocationWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
- "NSLocationAlwaysUsageDescription" : "根据客户地理位置推荐最近门店"
- },
- "idfa" : false,
- "dSYMs" : false
- },
- /* SDK配置 */
- "sdkConfigs" : {
- "maps" : {
- "amap" : {
- "appkey_ios" : "0a3202688624938fd5d2f37b52c30d5d",
- "appkey_android" : "0354f5ddc11e2ea76c5aac647f44d945",
- "name" : "amapIvoVHpJR"
- }
- },
- "payment" : {
- "weixin" : {
- "__platform__" : [ "ios", "android" ],
- "appid" : "wx2e8f79ff281284f5",
- "UniversalLinks" : "https://shop.lihaink.cn/"
- }
- },
- "share" : {
- "weixin" : {
- "appid" : "wx2e8f79ff281284f5",
- "UniversalLinks" : "https://shop.lihaink.cn/"
- }
- },
- "geolocation" : {
- "amap" : {
- "name" : "amapIvoVHpJR",
- "__platform__" : [ "ios", "android" ],
- "appkey_ios" : "0a3202688624938fd5d2f37b52c30d5d",
- "appkey_android" : "0354f5ddc11e2ea76c5aac647f44d945"
- }
- },
- "push" : {},
- "oauth" : {
- "weixin" : {
- "appid" : "wx2e8f79ff281284f5",
- "UniversalLinks" : "https://shop.lihaink.cn/"
- }
- },
- "ad" : {}
- },
- "icons" : {
- "android" : {
- "hdpi" : "unpackage/res/icons/72x72.png",
- "xhdpi" : "unpackage/res/icons/96x96.png",
- "xxhdpi" : "unpackage/res/icons/144x144.png",
- "xxxhdpi" : "unpackage/res/icons/192x192.png"
- },
- "ios" : {
- "appstore" : "unpackage/res/icons/1024x1024.png",
- "ipad" : {
- "app" : "unpackage/res/icons/76x76.png",
- "app@2x" : "unpackage/res/icons/152x152.png",
- "notification" : "unpackage/res/icons/20x20.png",
- "notification@2x" : "unpackage/res/icons/40x40.png",
- "proapp@2x" : "unpackage/res/icons/167x167.png",
- "settings" : "unpackage/res/icons/29x29.png",
- "settings@2x" : "unpackage/res/icons/58x58.png",
- "spotlight" : "unpackage/res/icons/40x40.png",
- "spotlight@2x" : "unpackage/res/icons/80x80.png"
- },
- "iphone" : {
- "app@2x" : "unpackage/res/icons/120x120.png",
- "app@3x" : "unpackage/res/icons/180x180.png",
- "notification@2x" : "unpackage/res/icons/40x40.png",
- "notification@3x" : "unpackage/res/icons/60x60.png",
- "settings@2x" : "unpackage/res/icons/58x58.png",
- "settings@3x" : "unpackage/res/icons/87x87.png",
- "spotlight@2x" : "unpackage/res/icons/80x80.png",
- "spotlight@3x" : "unpackage/res/icons/120x120.png"
- }
- }
- },
- "splashscreen" : {
- "useOriginalMsgbox" : true,
- "androidStyle" : "common"
- }
- },
- "nativePlugins" : {
- "JG-JCore" : {
- "JPUSH_APPKEY_IOS" : "8a5efd65cda14fafa6e64ad3",
- "JPUSH_CHANNEL_IOS" : "8a5efd65cda14fafa6e64ad3",
- "JPUSH_APPKEY_ANDROID" : "b5f679f4357018605ea6fd2e",
- "JPUSH_CHANNEL_ANDROID" : "",
- "__plugin_info__" : {
- "name" : "JG-JCore",
- "description" : "极光推送JCore插件",
- "platforms" : "Android,iOS",
- "url" : "",
- "android_package_name" : "uni.UNI3A527D1",
- "ios_bundle_id" : "",
- "isCloud" : false,
- "bought" : -1,
- "pid" : "",
- "parameters" : {
- "JPUSH_APPKEY_IOS" : {
- "des" : "[iOS]极光portal配置应用信息时分配的AppKey",
- "key" : "JCore:APP_KEY",
- "value" : "daebe19b547c43128796a078"
- },
- "JPUSH_CHANNEL_IOS" : {
- "des" : "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
- "key" : "JCore:CHANNEL",
- "value" : ""
- },
- "JPUSH_APPKEY_ANDROID" : {
- "des" : "[Android]极光portal配置应用信息时分配的AppKey",
- "key" : "JPUSH_APPKEY",
- "value" : ""
- },
- "JPUSH_CHANNEL_ANDROID" : {
- "des" : "[Android]用于统计分发渠道,不需要可填默认值developer-default",
- "key" : "JPUSH_CHANNEL",
- "value" : ""
- }
- }
- }
- },
- "JG-JPush" : {
- "JPUSH_ISPRODUCTION_IOS" : "true",
- "JPUSH_ADVERTISINGID_IOS" : "",
- "JPUSH_DEFAULTINITJPUSH_IOS" : "true",
- "JPUSH_OPPO_APPKEY" : "",
- "JPUSH_OPPO_APPID" : "",
- "JPUSH_OPPO_APPSECRET" : "",
- "JPUSH_VIVO_APPKEY" : "",
- "JPUSH_VIVO_APPID" : "",
- "JPUSH_MEIZU_APPKEY" : "",
- "JPUSH_MEIZU_APPID" : "",
- "JPUSH_XIAOMI_APPKEY" : "",
- "JPUSH_XIAOMI_APPID" : "",
- "__plugin_info__" : {
- "name" : "JG-JPush",
- "description" : "极光推送Hbuilder插件",
- "platforms" : "Android,iOS",
- "url" : "",
- "android_package_name" : "uni.UNI3A527D1",
- "ios_bundle_id" : "",
- "isCloud" : false,
- "bought" : -1,
- "pid" : "",
- "parameters" : {
- "JPUSH_ISPRODUCTION_IOS" : {
- "des" : "[iOS]是否是生产环境,是填true,不是填false或者不填",
- "key" : "JPush:ISPRODUCTION",
- "value" : ""
- },
- "JPUSH_ADVERTISINGID_IOS" : {
- "des" : "[iOS]广告标识符(IDFA)如果不需要使用IDFA,可不填",
- "key" : "JPush:ADVERTISINGID",
- "value" : ""
- },
- "JPUSH_DEFAULTINITJPUSH_IOS" : {
- "des" : "[iOS]是否默认初始化,是填true,不是填false或者不填",
- "key" : "JPush:DEFAULTINITJPUSH",
- "value" : ""
- },
- "JPUSH_OPPO_APPKEY" : {
- "des" : "厂商OPPO-appkey,示例:OP-12345678",
- "key" : "OPPO_APPKEY",
- "value" : ""
- },
- "JPUSH_OPPO_APPID" : {
- "des" : "厂商OPPO-appId,示例:OP-12345678",
- "key" : "OPPO_APPID",
- "value" : ""
- },
- "JPUSH_OPPO_APPSECRET" : {
- "des" : "厂商OPPO-appSecret,示例:OP-12345678",
- "key" : "OPPO_APPSECRET",
- "value" : ""
- },
- "JPUSH_VIVO_APPKEY" : {
- "des" : "厂商VIVO-appkey,示例:12345678",
- "key" : "com.vivo.push.api_key",
- "value" : ""
- },
- "JPUSH_VIVO_APPID" : {
- "des" : "厂商VIVO-appId,示例:12345678",
- "key" : "com.vivo.push.app_id",
- "value" : ""
- },
- "JPUSH_MEIZU_APPKEY" : {
- "des" : "厂商MEIZU-appKey,示例:MZ-12345678",
- "key" : "MEIZU_APPKEY",
- "value" : ""
- },
- "JPUSH_MEIZU_APPID" : {
- "des" : "厂商MEIZU-appId,示例:MZ-12345678",
- "key" : "MEIZU_APPID",
- "value" : ""
- },
- "JPUSH_XIAOMI_APPKEY" : {
- "des" : "厂商XIAOMI-appKey,示例:MI-12345678",
- "key" : "XIAOMI_APPKEY",
- "value" : ""
- },
- "JPUSH_XIAOMI_APPID" : {
- "des" : "厂商XIAOMI-appId,示例:MI-12345678",
- "key" : "XIAOMI_APPID",
- "value" : ""
- }
- }
- }
- }
- }
- },
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "wx5fb1cc8edb3f8baa",
- "setting" : {
- "urlCheck" : false,
- "minified" : true,
- "postcss" : true,
- "es6" : true
- },
- "permission" : {
- "scope.userLocation" : {
- "desc" : "获取您的位置"
- }
- },
- "requiredPrivateInfos" : [ "getLocation", "chooseAddress" ],
- "usingComponents" : true,
- "__usePrivacyCheck__" : true
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "h5" : {
- "devServer" : {
- "https" : false
- },
- "router" : {
- "mode" : "history",
- "base" : ""
- },
- "domain" : "",
- "sdkConfigs" : {
- "maps" : {
- "qqmap" : {
- "key" : "SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7"
- }
- }
- },
- "title" : "加载中...",
- "template" : "template.h5.html",
- "optimization" : {
- "treeShaking" : {
- "enable" : true
- }
- }
- }
-}
+ "name": "惠农生活",
+ "appid": "__UNI__3A527D1",
+ "description": "",
+ "versionName": "2.0.44",
+ "versionCode": 2044,
+ "transformPx": false,
+ /* 5+App特有相关 */
+ "app-plus": {
+ "titleNView": true,
+ "usingComponents": true,
+ "nvueCompiler": "uni-app",
+ "nvueStyleCompiler": "uni-app",
+ "compilerVersion": 3,
+ "compatible": {
+ "ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
+ },
+ "splashscreen": {
+ "alwaysShowBeforeRender": false,
+ "waiting": false,
+ "autoclose": true,
+ "delay": 0
+ },
+ /* 模块配置 */
+ "modules": {
+ "VideoPlayer": {},
+ "OAuth": {},
+ "Payment": {},
+ "Share": {},
+ "iBeacon": {},
+ "Maps": {},
+ "Geolocation": {},
+ "UniMP": {
+ "description": "uni小程序"
+ },
+ "Push": {},
+ "Barcode": {},
+ "Camera": {}
+ },
+ "safearea": {
+ "bottom": {
+ "offset": "none"
+ }
+ },
+ /* 应用发布信息 */
+ "distribute": {
+ /* android打包配置 */
+ "android": {
+ "permissions": [
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ ""
+ ],
+ "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"],
+ "permissionExternalStorage": {
+ "request": "none",
+ "prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
+ },
+ "permissionPhoneState": {
+ "request": "none" //拨打电话权限关闭
+ },
+ "minSdkVersion": 23,
+ "targetSdkVersion": 30
+ },
+ /* ios打包配置 */
+ "ios": {
+ "privacyDescription": {
+ "NSPhotoLibraryUsageDescription": "上传用户头像保存分享海报",
+ "NSPhotoLibraryAddUsageDescription": "上传用户头像保存分享海报",
+ "NSCameraUsageDescription": "上传用户头像保存分享海报",
+ "NSLocationWhenInUseUsageDescription": "根据客户地理位置推荐最近门店",
+ "NSLocationAlwaysUsageDescription": "根据客户地理位置推荐最近门店"
+ },
+ "idfa": false,
+ "dSYMs": false
+ },
+ /* SDK配置 */
+ "sdkConfigs": {
+ "maps": {
+ "amap": {
+ "appkey_ios": "0a3202688624938fd5d2f37b52c30d5d",
+ "appkey_android": "0354f5ddc11e2ea76c5aac647f44d945",
+ "name": "amapIvoVHpJR"
+ }
+ },
+ "payment": {
+ "weixin": {
+ "__platform__": ["ios", "android"],
+ "appid": "wx2e8f79ff281284f5",
+ "UniversalLinks": "https://shop.lihaink.cn/"
+ }
+ },
+ "share": {
+ "weixin": {
+ "appid": "wx2e8f79ff281284f5",
+ "UniversalLinks": "https://shop.lihaink.cn/"
+ }
+ },
+ "geolocation": {
+ "amap": {
+ "name": "amapIvoVHpJR",
+ "__platform__": ["ios", "android"],
+ "appkey_ios": "0a3202688624938fd5d2f37b52c30d5d",
+ "appkey_android": "0354f5ddc11e2ea76c5aac647f44d945"
+ }
+ },
+ "push": {},
+ "oauth": {
+ "weixin": {
+ "appid": "wx2e8f79ff281284f5",
+ "UniversalLinks": "https://shop.lihaink.cn/"
+ }
+ },
+ "ad": {}
+ },
+ "icons": {
+ "android": {
+ "hdpi": "unpackage/res/icons/72x72.png",
+ "xhdpi": "unpackage/res/icons/96x96.png",
+ "xxhdpi": "unpackage/res/icons/144x144.png",
+ "xxxhdpi": "unpackage/res/icons/192x192.png"
+ },
+ "ios": {
+ "appstore": "unpackage/res/icons/1024x1024.png",
+ "ipad": {
+ "app": "unpackage/res/icons/76x76.png",
+ "app@2x": "unpackage/res/icons/152x152.png",
+ "notification": "unpackage/res/icons/20x20.png",
+ "notification@2x": "unpackage/res/icons/40x40.png",
+ "proapp@2x": "unpackage/res/icons/167x167.png",
+ "settings": "unpackage/res/icons/29x29.png",
+ "settings@2x": "unpackage/res/icons/58x58.png",
+ "spotlight": "unpackage/res/icons/40x40.png",
+ "spotlight@2x": "unpackage/res/icons/80x80.png"
+ },
+ "iphone": {
+ "app@2x": "unpackage/res/icons/120x120.png",
+ "app@3x": "unpackage/res/icons/180x180.png",
+ "notification@2x": "unpackage/res/icons/40x40.png",
+ "notification@3x": "unpackage/res/icons/60x60.png",
+ "settings@2x": "unpackage/res/icons/58x58.png",
+ "settings@3x": "unpackage/res/icons/87x87.png",
+ "spotlight@2x": "unpackage/res/icons/80x80.png",
+ "spotlight@3x": "unpackage/res/icons/120x120.png"
+ }
+ }
+ },
+ "splashscreen": {
+ "useOriginalMsgbox": true,
+ "androidStyle": "common"
+ }
+ },
+ "nativePlugins": {
+ "JG-JCore": {
+ "JPUSH_APPKEY_IOS": "8a5efd65cda14fafa6e64ad3",
+ "JPUSH_CHANNEL_IOS": "8a5efd65cda14fafa6e64ad3",
+ "JPUSH_APPKEY_ANDROID": "b5f679f4357018605ea6fd2e",
+ "JPUSH_CHANNEL_ANDROID": "",
+ "__plugin_info__": {
+ "name": "JG-JCore",
+ "description": "极光推送JCore插件",
+ "platforms": "Android,iOS",
+ "url": "",
+ "android_package_name": "uni.UNI3A527D1",
+ "ios_bundle_id": "",
+ "isCloud": false,
+ "bought": -1,
+ "pid": "",
+ "parameters": {
+ "JPUSH_APPKEY_IOS": {
+ "des": "[iOS]极光portal配置应用信息时分配的AppKey",
+ "key": "JCore:APP_KEY",
+ "value": "daebe19b547c43128796a078"
+ },
+ "JPUSH_CHANNEL_IOS": {
+ "des": "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
+ "key": "JCore:CHANNEL",
+ "value": ""
+ },
+ "JPUSH_APPKEY_ANDROID": {
+ "des": "[Android]极光portal配置应用信息时分配的AppKey",
+ "key": "JPUSH_APPKEY",
+ "value": ""
+ },
+ "JPUSH_CHANNEL_ANDROID": {
+ "des": "[Android]用于统计分发渠道,不需要可填默认值developer-default",
+ "key": "JPUSH_CHANNEL",
+ "value": ""
+ }
+ }
+ }
+ },
+ "JG-JPush": {
+ "JPUSH_ISPRODUCTION_IOS": "true",
+ "JPUSH_ADVERTISINGID_IOS": "",
+ "JPUSH_DEFAULTINITJPUSH_IOS": "true",
+ "JPUSH_OPPO_APPKEY": "",
+ "JPUSH_OPPO_APPID": "",
+ "JPUSH_OPPO_APPSECRET": "",
+ "JPUSH_VIVO_APPKEY": "",
+ "JPUSH_VIVO_APPID": "",
+ "JPUSH_MEIZU_APPKEY": "",
+ "JPUSH_MEIZU_APPID": "",
+ "JPUSH_XIAOMI_APPKEY": "",
+ "JPUSH_XIAOMI_APPID": "",
+ "__plugin_info__": {
+ "name": "JG-JPush",
+ "description": "极光推送Hbuilder插件",
+ "platforms": "Android,iOS",
+ "url": "",
+ "android_package_name": "uni.UNI3A527D1",
+ "ios_bundle_id": "",
+ "isCloud": false,
+ "bought": -1,
+ "pid": "",
+ "parameters": {
+ "JPUSH_ISPRODUCTION_IOS": {
+ "des": "[iOS]是否是生产环境,是填true,不是填false或者不填",
+ "key": "JPush:ISPRODUCTION",
+ "value": ""
+ },
+ "JPUSH_ADVERTISINGID_IOS": {
+ "des": "[iOS]广告标识符(IDFA)如果不需要使用IDFA,可不填",
+ "key": "JPush:ADVERTISINGID",
+ "value": ""
+ },
+ "JPUSH_DEFAULTINITJPUSH_IOS": {
+ "des": "[iOS]是否默认初始化,是填true,不是填false或者不填",
+ "key": "JPush:DEFAULTINITJPUSH",
+ "value": ""
+ },
+ "JPUSH_OPPO_APPKEY": {
+ "des": "厂商OPPO-appkey,示例:OP-12345678",
+ "key": "OPPO_APPKEY",
+ "value": ""
+ },
+ "JPUSH_OPPO_APPID": {
+ "des": "厂商OPPO-appId,示例:OP-12345678",
+ "key": "OPPO_APPID",
+ "value": ""
+ },
+ "JPUSH_OPPO_APPSECRET": {
+ "des": "厂商OPPO-appSecret,示例:OP-12345678",
+ "key": "OPPO_APPSECRET",
+ "value": ""
+ },
+ "JPUSH_VIVO_APPKEY": {
+ "des": "厂商VIVO-appkey,示例:12345678",
+ "key": "com.vivo.push.api_key",
+ "value": ""
+ },
+ "JPUSH_VIVO_APPID": {
+ "des": "厂商VIVO-appId,示例:12345678",
+ "key": "com.vivo.push.app_id",
+ "value": ""
+ },
+ "JPUSH_MEIZU_APPKEY": {
+ "des": "厂商MEIZU-appKey,示例:MZ-12345678",
+ "key": "MEIZU_APPKEY",
+ "value": ""
+ },
+ "JPUSH_MEIZU_APPID": {
+ "des": "厂商MEIZU-appId,示例:MZ-12345678",
+ "key": "MEIZU_APPID",
+ "value": ""
+ },
+ "JPUSH_XIAOMI_APPKEY": {
+ "des": "厂商XIAOMI-appKey,示例:MI-12345678",
+ "key": "XIAOMI_APPKEY",
+ "value": ""
+ },
+ "JPUSH_XIAOMI_APPID": {
+ "des": "厂商XIAOMI-appId,示例:MI-12345678",
+ "key": "XIAOMI_APPID",
+ "value": ""
+ }
+ }
+ }
+ }
+ }
+ },
+ /* 快应用特有相关 */
+ "quickapp": {},
+ /* 小程序特有相关 */
+ "mp-weixin": {
+ "appid": "wx5fb1cc8edb3f8baa",
+ "setting": {
+ "urlCheck": false,
+ "minified": true,
+ "postcss": true,
+ "es6": true
+ },
+ "permission": {
+ "scope.userLocation": {
+ "desc": "获取您的位置"
+ }
+ },
+ "requiredPrivateInfos": ["getLocation", "chooseAddress"],
+ "usingComponents": true,
+ "__usePrivacyCheck__": true
+ },
+ "mp-alipay": {
+ "usingComponents": true
+ },
+ "mp-baidu": {
+ "usingComponents": true
+ },
+ "mp-toutiao": {
+ "usingComponents": true
+ },
+ "h5": {
+ "devServer": {
+ "https": false
+ },
+ "router": {
+ "mode": "history",
+ "base": ""
+ },
+ "domain": "",
+ "sdkConfigs": {
+ "maps": {
+ "qqmap": {
+ "key": "SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7"
+ }
+ }
+ },
+ "title": "加载中...",
+ "template": "template.h5.html",
+ "optimization": {
+ "treeShaking": {
+ "enable": true
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pages/chat/customer_list/chat.vue b/pages/chat/customer_list/chat.vue
index 8358e16..257fe40 100644
--- a/pages/chat/customer_list/chat.vue
+++ b/pages/chat/customer_list/chat.vue
@@ -1,2037 +1,2165 @@
-
-
-
-
-
- {{storeInfo.mer_name}}
-
-
- 进店
-
-
-
-
-
-
-
-
-
- {{items.time}}
-
-
-
-
-
-
-
对方撤回了一条消息
+
+
+
+
+
+ {{storeInfo.mer_name}}
+
+
+ 进店
+
+
+
+
+
+
+
+
+
+
+ {{items.time}}
+
+
+
+
+
+
+
+
对方撤回了一条消息
-
-
-
-
-
- 退款单号:{{ item.refundOrder.refund_order_sn }}
-
-
-
-
-
-
-
- {{item.refundOrder.refund_num}}件商品
-
-
-
-
{{val.product.cart_info.product.store_name}}
-
- ¥{{ item.refundOrder.refund_price }}
-
-
-
-
-
-
-
-
-
- 订单号:{{ item.orderInfo.order_sn }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.orderInfo.total_num}}件商品
-
-
-
-
{{val.cart_info.product.store_name}}
-
- ¥{{ item.orderInfo.pay_price }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.product.price }}
-
-
{{item.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.presell.price }}
-
-
{{item.presell.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.productGroup.product.price }}
-
-
{{item.productGroup.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
- {{item.msn}}
-
+
+
+
+
+
+ 退款单号:{{ item.refundOrder.refund_order_sn }}
+
+
+
+
+
+
+
+ {{item.refundOrder.refund_num}}件商品
+
+
+
+
+ {{val.product.cart_info.product.store_name}}
+
+
+ ¥{{ item.refundOrder.refund_price }}
+
+
+
+
+
+
+
+
+
+ 订单号:{{ item.orderInfo.order_sn }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.orderInfo.total_num}}件商品
+
+
+
+
+ {{val.cart_info.product.store_name}}
+
+
+ ¥{{ item.orderInfo.pay_price }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.product.price }}
+
+
+ {{item.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.presell.price }}
+
+
+ {{item.presell.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.productGroup.product.price }}
+
+
+ {{item.productGroup.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.msn}}
+
-
-
-
-
-
-
-
-
-
-
-
- 订单号:{{ item.refundOrder.refund_order_sn }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.refundOrder.refund_num}}件商品
-
-
-
-
{{val.product.cart_info.product.store_name}}
-
- ¥{{ item.refundOrder.refund_price }}
-
-
-
-
-
-
-
-
-
- 订单号:{{ item.orderInfo.order_sn }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.orderInfo.total_num}}件商品
-
-
-
-
{{val.cart_info.product.store_name}}
-
- ¥{{ item.orderInfo.pay_price }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.product.price }}
-
-
{{item.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.presell.price }}
-
-
{{item.presell.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.productGroup.product.price }}
-
-
{{item.productGroup.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
- {{item.msn}}
-
-
-
-
-
-
- 复制
-
-
-
-
-
- 复制
-
-
-
-
- 撤回
-
-
-
-
-
-
-
-
你撤回了一条消息
-
-
-
-
-
- {{items.time}}
-
-
-
-
-
-
-
对方撤回了一条消息
-
-
-
-
-
-
- 退款单号:{{ item.refundOrder.refund_order_sn }}
-
-
-
-
-
-
-
-
- {{item.refundOrder.refund_num}}件商品
-
-
-
-
{{val.product.cart_info.product.store_name}}
-
- ¥{{ val.product.cart_info.productAttr.price }}
-
-
-
-
-
-
-
-
-
- 订单号:{{ item.orderInfo.order_sn }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.orderInfo.total_num}}件商品
-
-
-
-
{{val.cart_info.product.store_name}}
-
- ¥{{ item.orderInfo.pay_price }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.product.price }}
-
-
{{item.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.presell.price }}
-
-
{{item.presell.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.productGroup.product.price }}
-
-
{{item.productGroup.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
- {{item.msn}}
-
+
+
+
+
+
+
+
+
+
+
+
+ 订单号:{{ item.refundOrder.refund_order_sn }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.refundOrder.refund_num}}件商品
+
+
+
+
+ {{val.product.cart_info.product.store_name}}
+
+
+ ¥{{ item.refundOrder.refund_price }}
+
+
+
+
+
+
+
+
+
+ 订单号:{{ item.orderInfo.order_sn }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.orderInfo.total_num}}件商品
+
+
+
+
+ {{val.cart_info.product.store_name}}
+
+
+ ¥{{ item.orderInfo.pay_price }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.product.price }}
+
+
+ {{item.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.presell.price }}
+
+
+ {{item.presell.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.productGroup.product.price }}
+
+
+ {{item.productGroup.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.msn}}
+
+
+
+
+
+
+ 复制
+
+
+
+
+
+ 复制
+
+
+
+
+ 撤回
+
+
+
+
+
+
+
+
你撤回了一条消息
+
+
+
+
+
+ {{items.time}}
+
+
+
+
+
+
+
对方撤回了一条消息
+
+
+
+
+
+
+ 退款单号:{{ item.refundOrder.refund_order_sn }}
+
+
+
+
+
+
+
+
+ {{item.refundOrder.refund_num}}件商品
+
+
+
+
+ {{val.product.cart_info.product.store_name}}
+
+
+ ¥{{ val.product.cart_info.productAttr.price }}
+
+
+
+
+
+
+
+
+
+ 订单号:{{ item.orderInfo.order_sn }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.orderInfo.total_num}}件商品
+
+
+
+
+ {{val.cart_info.product.store_name}}
+
+
+ ¥{{ item.orderInfo.pay_price }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.product.price }}
+
+
+ {{item.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.presell.price }}
+
+
+ {{item.presell.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.productGroup.product.price }}
+
+
+ {{item.productGroup.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.msn}}
+
-
-
-
-
-
-
-
-
-
-
-
- 退款单号:{{ item.refundOrder.refund_order_sn }}
-
-
-
-
-
-
-
-
- {{item.refundOrder.refund_num}}件商品
-
-
-
-
{{val.product.cart_info.product.store_name}}
-
- 共{{item.refundOrder.refund_num}}件商品,
- 合计 ¥{{ item.refundOrder.refund_price }}
-
-
-
-
-
-
-
-
-
- 订单号:{{ item.orderInfo.order_sn }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.orderInfo.total_num}}件商品
-
-
-
-
{{val.cart_info.product.store_name}}
-
- ¥{{ item.orderInfo.pay_price }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.product.price }}
-
-
{{item.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.presell.price }}
-
-
{{item.presell.store_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{ item.productGroup.product.price }}
-
-
{{item.productGroup.product.store_name}}
-
-
-
-
-
-
-
-
-
-
-
- {{ item.msn }}
-
-
-
-
-
-
- 复制
-
-
-
-
-
- 复制
-
-
-
-
- 撤回
-
-
-
-
-
-
-
-
你撤回了一条消息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 退款单号:{{ item.refundOrder.refund_order_sn }}
+
+
+
+
+
+
+
+
+ {{item.refundOrder.refund_num}}件商品
+
+
+
+
+ {{val.product.cart_info.product.store_name}}
+
+
+ 共{{item.refundOrder.refund_num}}件商品,
+ 合计 ¥{{ item.refundOrder.refund_price }}
+
+
+
+
+
+
+
+
+
+ 订单号:{{ item.orderInfo.order_sn }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.orderInfo.total_num}}件商品
+
+
+
+
+ {{val.cart_info.product.store_name}}
+
+
+ ¥{{ item.orderInfo.pay_price }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.product.price }}
+
+
+ {{item.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.presell.price }}
+
+
+ {{item.presell.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{ item.productGroup.product.price }}
+
+
+ {{item.productGroup.product.store_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.msn }}
+
+
+
+
+
+
+ 复制
+
+
+
+
+
+ 复制
+
+
+
+
+ 撤回
+
+
+
+
+
+
+
+
你撤回了一条消息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From 926df5bad026c2df13ec2aa956d449fac4b2949a Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Mon, 6 May 2024 17:12:43 +0800
Subject: [PATCH 06/36] =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 4 +-
pages/gather/gather.vue | 32 +-
pages/goods_details/index.vue | 6 +-
pages/index/component/homeComb.vue | 1408 ++++++++++++++--------------
pages/user/index.vue | 58 +-
5 files changed, 770 insertions(+), 738 deletions(-)
diff --git a/manifest.json b/manifest.json
index 4c7d746..5886d54 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name": "惠农生活",
"appid": "__UNI__3A527D1",
"description": "",
- "versionName": "2.0.44",
- "versionCode": 2044,
+ "versionName": "2.0.47",
+ "versionCode": 2047,
"transformPx": false,
/* 5+App特有相关 */
"app-plus": {
diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue
index 1439c1a..e8f688f 100644
--- a/pages/gather/gather.vue
+++ b/pages/gather/gather.vue
@@ -144,8 +144,10 @@
-
+
+ {{userInfoData.user_unread}}
@@ -177,7 +179,7 @@
-
+
@@ -211,7 +213,6 @@
-
添加
{{ item.name }}
@@ -284,6 +285,7 @@
backColor: 'rgba(252, 252, 252, 0)',
newData: {},
activeRouter: '',
+ userInfo: {},
};
},
computed: {
@@ -302,7 +304,7 @@
}
this.getUserInfo();
this.imgUrls = uni.getStorageSync('swiperImgList');
-
+
// 加载缓存中的菜单 2024/04/28
let menu = uni.getStorageSync('gatherMenuList');
if (menu) {
@@ -344,6 +346,16 @@
}
},
methods: {
+ /**
+ * 获取个人用户信息
+ */
+ getUserInfo: function() {
+ let that = this;
+ getUserInfo().then(res => {
+ showTab(res.data);
+ this.userInfo = res.data;
+ });
+ },
changeSwiper(e) {
if (e.length > 0 && e[1].value) {
uni.navigateTo({
@@ -600,6 +612,18 @@
}
}
+ .iconnum {
+ min-width: 14rpx;
+ color: #fff;
+ background: #E93323;
+ border-radius: 15rpx;
+ position: absolute;
+ left: 20rpx;
+ top: -10rpx;
+ font-size: 10px;
+ padding: 0 5px;
+ }
+
.site-box {
width: 100%;
/* #ifdef MP || APP-PLUS */
diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue
index d5b93c1..9b7baa5 100644
--- a/pages/goods_details/index.vue
+++ b/pages/goods_details/index.vue
@@ -157,7 +157,7 @@
{{storeInfo.store_info}}
-
+
@@ -263,7 +263,8 @@
:url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`"
hover-class="none" class="info">
- {{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}}
+ {{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}}
@@ -714,6 +715,7 @@
},
},
onLoad(options) {
+ console.log(options)
let that = this
if (options.spid) {
app.globalData.spid = options.spid;
diff --git a/pages/index/component/homeComb.vue b/pages/index/component/homeComb.vue
index f0b9e82..38be26a 100644
--- a/pages/index/component/homeComb.vue
+++ b/pages/index/component/homeComb.vue
@@ -1,773 +1,777 @@
-
-
-
-
-
-
-
-
- {{street}}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{street}}
+
+
+
+
+
+
+
+ {{userInfo.user_unread}}
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/user/index.vue b/pages/user/index.vue
index f88f3bf..5df909b 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -100,19 +100,19 @@
补贴余额 (元)
-->
-
-
-
-
- 我的余额 (元)
-
-
-
-
- ¥{{userInfo.now_money||"0.00"}}
-
-
+
+
+
+
+ 我的余额 (元)
+
+
+
+
+ ¥{{userInfo.now_money||"0.00"}}
+
+
@@ -238,7 +238,7 @@
备案号:蜀ICP备2022030133号-2A
增值电信营业许可证号:川B2-20221250
联系我们:08302669767
- {{appVersion}}
+ {{appVersion}}
-
+
搜索我的订单
@@ -206,6 +210,73 @@
+
+
+
+
+
+
+
+
+ {{item.merchant.mer_name}}
+
+
+
+
+
+
+
+ 预售{{goods.product.cart_info.product.store_name}}
+
+ {{goods.product.cart_info.productAttr.sku}}
+ 退款:{{goods.refund_price}}
+ x {{goods.refund_num}}
+
+
+
+
+ 查看详情
+ 退回商品
+
+
+ 查看详情
+
+
+
+
+ 删除订单
+ 查看详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -402,7 +473,8 @@
groupOrderList,
orderTake,
applyInvoiceApi,
- uploadEnvidenceApi
+ uploadEnvidenceApi,
+ refundListNew
} from '@/api/order.js';
import {
getUserInfo
@@ -498,6 +570,12 @@
add: false,
},
mer_info: {},
+ refundParam: {
+ page: 1,
+ limit: 15,
+ type: 0,
+ identity: ''
+ }
};
},
computed: {
@@ -508,6 +586,8 @@
onLoad(options) {
if (options.sale_type) this.sale_type = options.sale_type;
if (options.status) this.orderStatus = options.status;
+ if (options.openType && options.openType == 2) this.changeSaleType(2);
+
let user = this.$store.state.app.userInfo;
if (user.mer_info) this.initMerInfo(user);
if (this.isLogin) {
@@ -537,17 +617,23 @@
});
// #endif
},
-
+
// 下拉刷星
onPullDownRefresh() {
this.loadend = false;
this.loading = false;
- this.page = 1;
this.$set(this, 'orderList', []);
- this.getOrderList();
- this.getOrderData();
+
+ if (this.orderStatus == 4) {
+ this.refundParam.page = 1;
+ this.getRefundList();
+ } else {
+ this.page = 1;
+ this.getOrderList();
+ this.getOrderData();
+ }
},
-
+
methods: {
// 赋值银行信息
handleCopy() {
@@ -589,15 +675,23 @@
}
},
changeSaleType(type = 1) {
- if (type != this.sale_type) {
- this.sale_type = type;
- this.page = 1;
- this.loadend = false;
- this.loading = false;
- this.getOrderData();
- this.getOrderList();
- this.getUserInfo();
- this.getpreSellOrderList();
+ this.loadend = false;
+ this.loading = false;
+ this.$set(this, 'orderList', []);
+
+ if (this.orderStatus == 4) {
+ this.refundParam.identity = type;
+ this.refundParam.page = 1;
+ this.getRefundList();
+ } else {
+ if (type != this.sale_type) {
+ this.sale_type = type;
+ this.page = 1;
+ this.getOrderData();
+ this.getOrderList();
+ this.getUserInfo();
+ this.getpreSellOrderList();
+ }
}
},
// 去商铺
@@ -723,6 +817,7 @@
this.pay_close = false;
this.pay_order_id = '';
},
+
/**
* 去订单详情
*/
@@ -764,6 +859,7 @@
}
// #endif
},
+
/**
* 点击去评价
*/
@@ -795,18 +891,85 @@
}
// #endif
},
+
/**
* 切换类型
*/
statusClick: function(status) {
- if (status == this.orderStatus) return;
- this.orderStatus = status;
this.loadend = false;
this.loading = false;
- this.page = 1;
+
this.$set(this, 'orderList', []);
- this.getOrderList();
+
+ if (status == 4) { //1是用户 2是商户
+ if (status == this.orderStatus) return;
+ this.orderStatus = status;
+ this.refundParam.identity = this.sale_type;
+ this.refundParam.page = 1;
+ this.getRefundList();
+ } else {
+ if (status == this.orderStatus) return;
+ this.orderStatus = status;
+ this.page = 1;
+ this.getOrderList();
+ }
},
+
+ // 获取退款列表
+ getRefundList() {
+ let that = this;
+ if (that.loadend) return;
+ if (that.loading) return;
+ that.loading = true;
+ that.loadTitle = "加载更多";
+ refundListNew(this.refundParam).then(res => {
+ let list = res.data.list || [];
+ let loadend = list.length < that.limit;
+ that.orderList = that.page == 1 ? list : that.$util.SplitArray(list, that
+ .orderList);
+ that.$set(that, 'orderList', that.orderList);
+ that.getProductCount();
+ that.loadend = loadend;
+ that.loading = false;
+ that.loadTitle = loadend ? "我也是有底线的" : '加载更多';
+ that.page = that.page + 1;
+ that.isReady = true;
+ uni.stopPullDownRefresh();
+ }).catch(err => {
+ that.loading = false;
+ that.loadTitle = "加载更多";
+ })
+ },
+
+ // 去详情页
+ goDetail(item) {
+ uni.navigateTo({
+ url: '/pages/users/refund/detail?id=' + item.refund_order_id
+ })
+ },
+
+ // 删除记录
+ bindDetele(item, index) {
+ let self = this
+ uni.showModal({
+ title: '提示',
+ content: '确定删除该记录吗?',
+ success: function(res) {
+ if (res.confirm) {
+ refundDel(item.refund_order_id).then(res => {
+ self.goodsList.splice(index, 1)
+ })
+ uni.showToast({
+ title: '删除成功',
+ icon: 'none'
+ })
+ } else if (res.cancel) {
+ console.log('用户点击取消');
+ }
+ }
+ });
+ },
+
/**
* 获取订单列表
*/
@@ -970,12 +1133,138 @@
}
},
onReachBottom: function() {
- this.getOrderList();
+ if (this.orderStatus == 4)
+ this.getRefundList()
+ else
+ this.getOrderList();
}
}
+
\ No newline at end of file
From ef7e2ed9697787de81d852d2e43140bfb8f05914 Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Tue, 7 May 2024 18:10:52 +0800
Subject: [PATCH 08/36] =?UTF-8?q?=E8=AE=A2=E5=8D=95bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/user/index.vue | 7 +++++++
pages/users/order_list/index.vue | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pages/user/index.vue b/pages/user/index.vue
index e448404..034fda6 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -664,6 +664,13 @@
openType = 1;
else
openType = 2;
+ // 没有同意协议 就是一般用户 不是商户
+ let user = this.$store.state.app.userInfo;
+ if (!user.mer_info || !user.mer_info.mer_settlement_agree_status || user
+ .mer_info.mer_settlement_agree_status != 1) {
+ openType = 1;
+ }
+
item.url = '/pages/users/order_list/index?status=2&openType=' + openType
break
case '待评价':
diff --git a/pages/users/order_list/index.vue b/pages/users/order_list/index.vue
index 2ce0bbe..a240c14 100644
--- a/pages/users/order_list/index.vue
+++ b/pages/users/order_list/index.vue
@@ -31,7 +31,8 @@
待收货
- {{orderData.noDeliver || 0}}
+ {{(Number(orderData.noDeliver)) || 0}}
+ {{( Number(orderData.mer_noDeliver)) || 0}}
待评价
From df04614c50d08b7d249bf1ffd6a3ec79b627b0f9 Mon Sep 17 00:00:00 2001
From: luofei <604446095@qq.com>
Date: Wed, 8 May 2024 14:37:16 +0800
Subject: [PATCH 09/36] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B6=E8=B4=A7?=
=?UTF-8?q?=E5=9C=B0=E5=9D=80=E9=80=89=E6=8B=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/users/user_address/index.vue | 136 +++++++++++++++++++++--------
vue.config.js | 1 +
2 files changed, 100 insertions(+), 37 deletions(-)
diff --git a/pages/users/user_address/index.vue b/pages/users/user_address/index.vue
index c9f44f9..5a445d0 100644
--- a/pages/users/user_address/index.vue
+++ b/pages/users/user_address/index.vue
@@ -1,8 +1,44 @@
+
+
+
-
-
+
+
+ .addAddress .wechatAddress {
+ width: 690rpx;
+ height: 86rpx;
+ border-radius: 50rpx;
+ text-align: center;
+ line-height: 86rpx;
+ margin: 0 auto;
+ font-size: 32rpx;
+ color: var(--view-theme);
+ border: 1px solid var(--view-theme);
+ }
+
\ No newline at end of file
From 67345721c19973aef7073c76754967b890d9cfa2 Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Wed, 8 May 2024 16:45:36 +0800
Subject: [PATCH 11/36] =?UTF-8?q?=E4=B8=8A=E6=8B=89=E7=BD=AE=E9=A1=B6=20?=
=?UTF-8?q?=E8=8B=B9=E6=9E=9C=E7=A9=BA=E7=99=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/recommend/index.vue | 19 +-
pages/cloud_warehouse/home/home.vue | 390 ++++----
pages/cloud_warehouse/market/market.vue | 406 ++++-----
pages/cloud_warehouse/specialty/specialty.vue | 590 ++++++------
pages/user/index.vue | 41 +-
pages/users/order_list/index.vue | 145 ++-
pages/whole_sale/index.vue | 843 +++++++++---------
7 files changed, 1240 insertions(+), 1194 deletions(-)
diff --git a/components/recommend/index.vue b/components/recommend/index.vue
index db01500..55a73a6 100644
--- a/components/recommend/index.vue
+++ b/components/recommend/index.vue
@@ -63,7 +63,7 @@
-
+
@@ -166,6 +166,18 @@
},
mounted() {
this.getArticleList();
+
+
+ this.$nextTick(() => {
+ const query = uni.createSelectorQuery().in(this);
+ query
+ .select(".my-main")
+ .boundingClientRect((data) => {
+ console.log("得到布局位置信息" + JSON.stringify(data));
+ console.log("节点离页面顶部的距离为" + data.top);
+ })
+ .exec();
+ })
},
methods: {
changeTab(e) {
@@ -280,6 +292,11 @@
}
.tabs {
+ position: sticky;
+ top: 0;
+ z-index: 900;
+ background: #fff;
+ padding-bottom: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
diff --git a/pages/cloud_warehouse/home/home.vue b/pages/cloud_warehouse/home/home.vue
index c17c5be..133ff0a 100644
--- a/pages/cloud_warehouse/home/home.vue
+++ b/pages/cloud_warehouse/home/home.vue
@@ -6,9 +6,20 @@
.wholeSale {
background-color: #f8fafb !important;
+ .wholeSale-header-wrap {
+ background-color: #40AE36;
+ }
+
+ .wholeSale-header-search-wrap {
+ padding: 30rpx 20rpx 0;
+ background-color: #fff;
+ }
+
.wholeSale-header {
+ position: sticky;
+ top: 0;
+ z-index: 100;
margin-bottom: 20rpx;
- // background-color: #40AE36;
.scrollview {
display: flex;
@@ -45,239 +56,224 @@
.wholeSale-con {
margin: 0 20rpx;
+ padding-bottom: 30rpx;
+ }
- .wholeSale-nav {
- display: flex;
- align-items: center;
- margin-bottom: 40rpx;
+ .wholeSale-nav {
+ display: flex;
+ align-items: center;
+ margin-bottom: 40rpx;
- .icon {
- margin-right: 20rpx;
- }
+ .icon {
+ margin-right: 20rpx;
}
+ }
- .search_content {
- // margin-bottom: 40rpx;
- flex: 1;
- height: 70rpx;
- padding: 2px 2px 2px 21.05rpx;
- border-radius: 80rpx;
- background: #EDEFF2;
- position: relative;
- box-sizing: border-box;
+ .search_content {
+ flex: 1;
+ height: 70rpx;
+ padding: 2px 2px 2px 21.05rpx;
+ border-radius: 80rpx;
+ background: #EDEFF2;
+ position: relative;
+ box-sizing: border-box;
- .search_content_wrap {
- width: 100%;
-
- .icon-sousuo {
- font-size: 26.32rpx;
- font-weight: bold;
- color: #c8c7c6;
- margin-right: 17.54rpx;
- }
-
- input {
- width: 80%;
- }
- }
-
- .search_btn {
- width: 106rpx;
- height: 60rpx;
- line-height: 60rpx;
- background: #40AE36;
- border-radius: 100px;
- font-size: 28rpx;
- color: #fff;
- }
- }
-
- .category {
+ .search_content_wrap {
width: 100%;
- overflow: auto;
- margin-bottom: 20rpx;
- .category-wrap {
- display: flex;
- padding-bottom: 20rpx;
+ .icon-sousuo {
+ font-size: 26.32rpx;
+ font-weight: bold;
+ color: #c8c7c6;
+ margin-right: 17.54rpx;
+ }
- .category-item {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-right: 38rpx;
-
- text {
- margin-top: 16rpx;
- font-size: 24rpx;
- color: #666666;
- white-space: nowrap;
- }
-
- .category-item-text {
- width: 120rpx;
- text-align: center;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- }
-
- .category-item-active {
- position: relative;
-
- .category-item-img {
- border: 2px solid #40AE36;
- border-radius: 50%;
- }
-
- text {
- background-color: #40AE36;
- color: #fff;
- padding: 2rpx 10rpx 6rpx 10rpx;
- border-radius: 50rpx;
- }
- }
+ input {
+ width: 80%;
}
}
- .cate {
- width: 100%;
- overflow: auto;
- margin-bottom: 30rpx;
-
- .cate-wrap {
- display: flex;
- padding-bottom: 8rpx;
-
- .cate-item {
-
- text {
- padding: 4rpx 16rpx;
- white-space: nowrap;
- font-size: 30rpx;
- color: #333;
- }
- }
-
- .cate-item-active {
- text {
- color: #40AE36;
- font-weight: bold;
- }
- }
- }
+ .search_btn {
+ width: 106rpx;
+ height: 60rpx;
+ line-height: 60rpx;
+ background: #40AE36;
+ border-radius: 100px;
+ font-size: 28rpx;
+ color: #fff;
}
+ }
- .comprehensive {
+ .category {
+ width: 100%;
+ overflow: auto;
+ margin-bottom: 20rpx;
+
+ .category-wrap {
display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 50rpx;
+ padding-bottom: 20rpx;
- [class^=comprehensive-] {
+ .category-item {
display: flex;
+ flex-direction: column;
+ justify-content: center;
align-items: center;
+ margin-right: 38rpx;
text {
- margin-right: 12rpx;
- font-size: 26rpx;
+ margin-top: 16rpx;
+ font-size: 24rpx;
color: #666666;
+ white-space: nowrap;
}
- image {
- width: 28rpx;
- height: 28rpx;
+ .category-item-text {
+ width: 120rpx;
+ text-align: center;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+ }
+
+ .category-item-active {
+ position: relative;
+
+ .category-item-img {
+ border: 2px solid #40AE36;
+ border-radius: 50%;
}
- .loudou {
- width: 24rpx;
- height: 24rpx;
+ text {
+ background-color: #40AE36;
+ color: #fff;
+ padding: 2rpx 10rpx 6rpx 10rpx;
+ border-radius: 50rpx;
}
}
}
}
+
+ .cate {
+ width: 100%;
+ overflow: auto;
+ margin-bottom: 30rpx;
+
+ .cate-wrap {
+ display: flex;
+ padding-bottom: 8rpx;
+
+ .cate-item {
+
+ text {
+ padding: 4rpx 16rpx;
+ white-space: nowrap;
+ font-size: 30rpx;
+ color: #333;
+ }
+ }
+
+ .cate-item-active {
+ text {
+ color: #40AE36;
+ font-weight: bold;
+ }
+ }
+ }
+ }
+
+ .comprehensive {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 0 50rpx;
+
+ [class^=comprehensive-] {
+ display: flex;
+ align-items: center;
+
+ text {
+ margin-right: 12rpx;
+ font-size: 26rpx;
+ color: #666666;
+ }
+
+ image {
+ width: 28rpx;
+ height: 28rpx;
+ }
+
+ .loudou {
+ width: 24rpx;
+ height: 24rpx;
+ }
+ }
+ }
}
-
-
+
@@ -587,17 +589,13 @@
onLoad(options) {
if (options.sale_type) this.sale_type = options.sale_type;
if (options.status) this.orderStatus = options.status;
- if (options.openType && options.openType == 2) this.changeSaleType(2);
-
- let user = this.$store.state.app.userInfo;
- if (user.mer_info) this.initMerInfo(user);
if (this.isLogin) {
this.page = 1;
this.loadend = false;
this.loading = false;
this.getOrderData();
this.getOrderList();
- this.getUserInfo();
+ this.getUserInfo(options);
this.getpreSellOrderList();
} else {
toLogin()
@@ -636,7 +634,7 @@
},
methods: {
- // 赋值银行信息
+ // 复制银行信息
handleCopy() {
let that = this;
uni.setClipboardData({
@@ -664,28 +662,17 @@
navBack() {
uni.navigateBack();
},
- initMerInfo(user) {
- this.mer_info = user;
- if (this.mer_info.mer_settlement_agree_status) {
- this.payMode.forEach(item => {
- if (item.value == 'merBalance') {
- item.payStatus = 1;
- item.number = this.mer_info.mer_money;
- }
- })
- }
- },
+
changeSaleType(type = 1) {
this.loadend = false;
this.loading = false;
this.$set(this, 'orderList', []);
-
- if (this.orderStatus == 4) {
- this.refundParam.identity = type;
- this.refundParam.page = 1;
- this.getRefundList();
- } else {
- if (type != this.sale_type) {
+ if (type != this.sale_type) {
+ if (this.orderStatus == 4) {
+ this.refundParam.identity = type;
+ this.refundParam.page = 1;
+ this.getRefundList();
+ } else {
this.sale_type = type;
this.page = 1;
this.getOrderData();
@@ -717,24 +704,34 @@
* 获取用户信息
*
*/
- getUserInfo: function() {
+ getUserInfo: function(options) {
let that = this;
getUserInfo().then(res => {
that.payMode[2].number = res.data.now_money;
- if (res.data.mer_info) that.initMerInfo(res.data.mer_info);
+ if (res.data.mer_info) that.initMerInfo(res.data.mer_info, options);
});
},
- /**
- * 关闭支付组件
- *
- */
+
+ initMerInfo(user, options) {
+ this.mer_info = user;
+ if (user && user.mer_settlement_agree_status) {
+ this.payMode.forEach(item => {
+ if (item.value == 'merBalance') {
+ item.payStatus = 1;
+ item.number = this.mer_info.mer_money;
+ }
+ });
+ //如果是opentype=2 优先展示商户订单
+ if (options && options.openType && options.openType == 2) this.changeSaleType(2);
+ }
+ },
+
+ // 关闭支付组件
payClose: function() {
this.pay_close = false;
},
- /**
- * 获取订单统计数据
- *
- */
+
+ // 获取订单统计数据
getOrderData: function() {
let that = this;
orderData({
@@ -743,10 +740,8 @@
that.$set(that, 'orderData', res.data);
})
},
- /**
- * 取消订单
- *
- */
+
+ // 取消订单
cancelOrder: function(index, order_id) {
let that = this;
if (!order_id) return that.$util.Tips({
@@ -768,10 +763,8 @@
});
});
},
- /**
- * 打开支付组件
- *
- */
+
+ // 打开支付组件
goPay: function(pay_price, order_id) {
this.$set(this, 'pay_close', true);
this.order_id = order_id;
@@ -797,10 +790,7 @@
});
},
- /**
- * 支付成功回调
- *
- */
+ // 支付成功回调
pay_complete: function() {
this.loadend = false;
this.page = 1;
@@ -810,18 +800,14 @@
this.getOrderData();
this.getOrderList();
},
- /**
- * 支付失败回调
- *
- */
+
+ // 支付失败回调
pay_fail: function() {
this.pay_close = false;
this.pay_order_id = '';
},
- /**
- * 去订单详情
- */
+ // 去订单详情
goOrderDetails: function(order_id) {
let self = this
if (!order_id) return that.$util.Tips({
@@ -861,9 +847,7 @@
// #endif
},
- /**
- * 点击去评价
- */
+ // 点击去评价
goOrderDetails_Evaluation: function(order_id) {
let self = this
if (!order_id) return that.$util.Tips({
@@ -893,9 +877,7 @@
// #endif
},
- /**
- * 切换类型
- */
+ // 切换类型
statusClick: function(status) {
this.loadend = false;
this.loading = false;
@@ -919,21 +901,23 @@
// 获取退款列表
getRefundList() {
let that = this;
+ console.log(that.loadend);
+ console.log(that.loading);
if (that.loadend) return;
if (that.loading) return;
that.loading = true;
that.loadTitle = "加载更多";
refundListNew(this.refundParam).then(res => {
let list = res.data.list || [];
- let loadend = list.length < that.limit;
- that.orderList = that.page == 1 ? list : that.$util.SplitArray(list, that
+ let loadend = list.length < that.refundParam.limit;
+ that.orderList = that.refundParam.page == 1 ? list : that.$util.SplitArray(list, that
.orderList);
that.$set(that, 'orderList', that.orderList);
that.getProductCount();
that.loadend = loadend;
that.loading = false;
that.loadTitle = loadend ? "我也是有底线的" : '加载更多';
- that.page = that.page + 1;
+ that.refundParam.page = that.refundParam.page + 1;
that.isReady = true;
uni.stopPullDownRefresh();
}).catch(err => {
@@ -971,9 +955,7 @@
});
},
- /**
- * 获取订单列表
- */
+ // 获取订单列表
getOrderList: function() {
let that = this;
if (that.loadend) return;
@@ -1028,9 +1010,8 @@
}
}
},
- /**
- * 获取定金预售订单列表
- */
+
+ // 获取定金预售订单列表
getpreSellOrderList: function() {
let that = this;
getOrderList({
@@ -1044,9 +1025,8 @@
that.$set(that, 'presellProList', list);
})
},
- /**
- * 获取单个订单商品数量
- */
+
+ // 获取单个订单商品数量
getProductCount: function() {
if (this.orderStatus !== 0) {
this.orderList.forEach((item, i) => {
@@ -1060,9 +1040,8 @@
})
}
},
- /**
- * 删除订单
- */
+
+ // 删除订单
delOrder: function(order_id, index) {
let that = this;
orderDel(order_id).then(res => {
@@ -1080,6 +1059,7 @@
});
})
},
+
// 确认收货
confirmOrder: function(item, index) {
let that = this;
@@ -1105,6 +1085,7 @@
}
})
},
+
/*申请开票*/
applyInvoice(order_id) {
let that = this;
@@ -1114,11 +1095,13 @@
that.$refs.addInvoicing.getInvoiceDefault();
that.$refs.addInvoicing.getInvoiceList();
},
+
// 关闭发票弹窗
changeInvoiceClose: function(data) {
if (data) this.getInvoiceData(data);
this.$set(this.invoice, 'invoice', false);
},
+
// 开票回调
getInvoiceData(data) {
let that = this
diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue
index a5f39ed..debcb48 100644
--- a/pages/whole_sale/index.vue
+++ b/pages/whole_sale/index.vue
@@ -1,428 +1,145 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.cate_name}}
-
-
-
-
-
-
-
- {{item.category_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.cate_name}}
-
-
-
-
-
-
-
-
-
- 价格
-
-
-
-
-
- 销量
-
-
- 综合
-
-
- 抵扣
-
-
-
-
-
-
- 全部
-
-
- 1:9
-
-
- 2:8
-
-
- 3:7
-
-
- 4:6
-
-
+
+
-
@@ -608,7 +325,7 @@
this.initData(true, true);
},
onReachBottom() {
- this.initData();
+ this.initData(false, true);
},
methods: {
initData(re = false, stop = false) {
@@ -807,4 +524,302 @@
},
}
}
-
\ No newline at end of file
+
+
+
\ No newline at end of file
From d9eac859428f37282cf4a2c43a8d349546605131 Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Wed, 8 May 2024 18:35:23 +0800
Subject: [PATCH 12/36] =?UTF-8?q?=E5=88=B7=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/store.js | 13 +++++++++++++
manifest.json | 4 ++--
pages.json | 4 ++--
pages/cloud_warehouse/market/market.vue | 6 ++++++
pages/cloud_warehouse/specialty/specialty.vue | 6 ++++++
pages/users/order_list/index.vue | 7 ++++---
6 files changed, 33 insertions(+), 7 deletions(-)
diff --git a/api/store.js b/api/store.js
index 2965e37..e4b2f32 100644
--- a/api/store.js
+++ b/api/store.js
@@ -300,6 +300,19 @@ export function getStoreCategory(id, data) {
noAuth: true
});
}
+
+/**
+ * 新获取商品分类
+ * @param {Object} id 商铺 id
+ * @param {Object} data
+ */
+export function getProductCategoryList(data) {
+ return request.get("store/product/category/index", data, {
+ noAuth: true
+ });
+}
+
+
/**
* 关注商铺
* @param {Object} type_id 商铺 id
diff --git a/manifest.json b/manifest.json
index 196d30b..2df1b6c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name": "惠农生活",
"appid": "__UNI__3A527D1",
"description": "",
- "versionName": "2.0.49",
- "versionCode": 2049,
+ "versionName": "2.0.51",
+ "versionCode": 2051,
"transformPx": false,
/* 5+App特有相关 */
"app-plus": {
diff --git a/pages.json b/pages.json
index f95e173..d63e76e 100644
--- a/pages.json
+++ b/pages.json
@@ -334,7 +334,7 @@
"path": "market/market",
"style": {
"navigationBarTitleText": "供销云市场",
- "enablePullDownRefresh": false,
+ "enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
@@ -342,7 +342,7 @@
"path": "specialty/specialty",
"style": {
"navigationBarTitleText": "名优特产",
- "enablePullDownRefresh": false,
+ "enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}
diff --git a/pages/cloud_warehouse/market/market.vue b/pages/cloud_warehouse/market/market.vue
index 0703bcb..2539195 100644
--- a/pages/cloud_warehouse/market/market.vue
+++ b/pages/cloud_warehouse/market/market.vue
@@ -527,6 +527,9 @@
onPageScroll() {
uni.$emit('scroll');
},
+ onPullDownRefresh() {
+ this.storeMerchantList(true);
+ },
methods: {
navTo(url) {
uni.navigateTo({
@@ -576,10 +579,13 @@
if (this.isLoading == -1) return;
this.isLoading = 1;
storeMerchantList(this.where).then(res => {
+ uni.stopPullDownRefresh();
this.goodsList = [...this.goodsList, ...res.data.list];
this.isLoading = 0;
if (res.data.list.length < this.where.limit) this.isLoading = -1;
this.where.page++;
+ }).catch(() => {
+ uni.stopPullDownRefresh();
})
},
closeShowAddress() {
diff --git a/pages/cloud_warehouse/specialty/specialty.vue b/pages/cloud_warehouse/specialty/specialty.vue
index 326e1c8..fda28ba 100644
--- a/pages/cloud_warehouse/specialty/specialty.vue
+++ b/pages/cloud_warehouse/specialty/specialty.vue
@@ -326,6 +326,9 @@
onPageScroll() {
uni.$emit('scroll');
},
+ onPullDownRefresh() {
+ this.getProductslist(true);
+ },
methods: {
navTo(url) {
uni.navigateTo({
@@ -392,10 +395,13 @@
if (this.isLoading == -1) return;
this.isLoading = 1;
getProductslist(this.where).then(res => {
+ uni.stopPullDownRefresh();
this.hostProduct = [...this.hostProduct, ...res.data.list];
this.where.page++;
this.isLoading = 0;
if (res.data.list.length < this.where.limit) this.isLoading = -1;
+ }).catch(() => {
+ uni.stopPullDownRefresh();
})
},
goDetail(item) {
diff --git a/pages/users/order_list/index.vue b/pages/users/order_list/index.vue
index 65ac23c..d82850b 100644
--- a/pages/users/order_list/index.vue
+++ b/pages/users/order_list/index.vue
@@ -664,10 +664,11 @@
},
changeSaleType(type = 1) {
- this.loadend = false;
- this.loading = false;
- this.$set(this, 'orderList', []);
if (type != this.sale_type) {
+ this.loadend = false;
+ this.loading = false;
+ this.$set(this, 'orderList', []);
+
if (this.orderStatus == 4) {
this.refundParam.identity = type;
this.refundParam.page = 1;
From d959e67b1105f632c647c91d8a7ab1052eeea940 Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Thu, 9 May 2024 15:50:05 +0800
Subject: [PATCH 13/36] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E8=A7=86=E5=B1=8F=E6=92=AD=E6=94=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/productConSwiper/index.vue | 116 +++--
manifest.json | 702 +++++++++++++-------------
pages.json | 7 +
pages/goods_details/index.vue | 49 +-
pages/goods_details/videoPlay.nvue | 45 ++
5 files changed, 527 insertions(+), 392 deletions(-)
create mode 100644 pages/goods_details/videoPlay.nvue
diff --git a/components/productConSwiper/index.vue b/components/productConSwiper/index.vue
index 821b5c4..27475a5 100644
--- a/components/productConSwiper/index.vue
+++ b/components/productConSwiper/index.vue
@@ -1,45 +1,43 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -50,7 +48,7 @@
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
// +----------------------------------------------------------------------
- // | Copyright (c) 2016~2023 https://www.crmeb.com All rights reserved.
+ // | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
@@ -74,6 +72,10 @@
},
data() {
return {
+ coverUrl: '?spm=a2c4e.11153940.blogcont573781.6.c1032027sQ46VG&x-oss-process=video/snapshot,t_1000,m_fast',
+ current: '0',
+ videoTypeList: ['mp4', 'avi', 'mov', 'wmv', 'mkv', 'flv', 'mpeg', '3gp', 'webm'],
+ playingUrl: '',
indicatorDots: true,
circular: true,
autoplay: true,
@@ -97,6 +99,25 @@
// #endif
},
methods: {
+ isVideoUrl(url, getRightUrl) {
+ const str = url;
+ const lastIndex = str.lastIndexOf(".");
+ let extension;
+ if (lastIndex !== -1) {
+ extension = str.substring(lastIndex + 1);
+ } else {
+ extension = 'jpg'
+ }
+ if (getRightUrl) return url.replace(/\\/g, "")
+ return this.videoTypeList.includes(extension)
+ },
+
+ videoPlay(url, index) {
+ this.playingUrl = url
+ this.current = index
+ console.log(this.current)
+ this.bindPause()
+ },
getpreviewImage: function(item) {
uni.previewImage({
urls: this.imgUrls,
@@ -109,6 +130,7 @@
this.autoplay = true
// #endif
},
+
bindPause: function() {
// #ifndef APP-PLUS
this.videoContext.play();
@@ -119,7 +141,7 @@
// #ifdef APP-PLUS
this.isPlay = false
this.videoContext = uni.createVideoContext('myVideo', this);
- this.$nextTick(()=>{
+ this.$nextTick(() => {
this.videoContext.play();
})
// #endif
@@ -140,15 +162,18 @@
height: 750rpx;
position: relative;
}
+
.product-bg swiper {
width: 100%;
height: 100%;
position: relative;
}
+
.product-bg .slide-image {
- width: 100%;
- height: 100%;
+ width: 750rpx;
+ height: 750rpx;
}
+
.product-bg .pages {
position: absolute;
background-color: #fff;
@@ -161,15 +186,18 @@
font-size: 24rpx;
color: #050505;
}
+
#myVideo {
width: 100%;
height: 100%
}
+
.product-bg .item {
position: relative;
width: 100%;
height: 100%;
}
+
.product-bg .item .poster {
position: absolute;
top: 0;
@@ -178,10 +206,12 @@
width: 100%;
z-index: 9;
}
+
.product-bg .item .poster .image {
width: 100%;
height: 100%;
}
+
.product-bg .item .stop {
position: absolute;
top: 50%;
@@ -192,8 +222,18 @@
margin-left: -68rpx;
z-index: 9;
}
+
.product-bg .item .stop .image {
width: 100%;
height: 100%;
}
-
+
+ .image-play-icon {
+ position: absolute;
+ width: 100rpx;
+ height: 100rpx;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
+
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 196d30b..c806700 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,352 +1,352 @@
{
- "name": "惠农生活",
- "appid": "__UNI__3A527D1",
- "description": "",
- "versionName": "2.0.49",
- "versionCode": 2049,
- "transformPx": false,
- /* 5+App特有相关 */
- "app-plus": {
- "titleNView": true,
- "usingComponents": true,
- "nvueCompiler": "uni-app",
- "nvueStyleCompiler": "uni-app",
- "compilerVersion": 3,
- "compatible": {
- "ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
- },
- "splashscreen": {
- "alwaysShowBeforeRender": false,
- "waiting": false,
- "autoclose": true,
- "delay": 0
- },
- /* 模块配置 */
- "modules": {
- "VideoPlayer": {},
- "OAuth": {},
- "Payment": {},
- "Share": {},
- "iBeacon": {},
- "Maps": {},
- "Geolocation": {},
- "UniMP": {
- "description": "uni小程序"
- },
- "Push": {},
- "Barcode": {},
- "Camera": {}
- },
- "safearea": {
- "bottom": {
- "offset": "none"
- }
- },
- /* 应用发布信息 */
- "distribute": {
- /* android打包配置 */
- "android": {
- "permissions": [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
- ],
- "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"],
- "permissionExternalStorage": {
- "request": "none",
- "prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
- },
- "permissionPhoneState": {
- "request": "none" //拨打电话权限关闭
- },
- "minSdkVersion": 23,
- "targetSdkVersion": 30
- },
- /* ios打包配置 */
- "ios": {
- "privacyDescription": {
- "NSPhotoLibraryUsageDescription": "上传用户头像保存分享海报",
- "NSPhotoLibraryAddUsageDescription": "上传用户头像保存分享海报",
- "NSCameraUsageDescription": "上传用户头像保存分享海报",
- "NSLocationWhenInUseUsageDescription": "根据客户地理位置推荐最近门店",
- "NSLocationAlwaysUsageDescription": "根据客户地理位置推荐最近门店"
- },
- "idfa": false,
- "dSYMs": false
- },
- /* SDK配置 */
- "sdkConfigs": {
- "maps": {
- "amap": {
- "appkey_ios": "0a3202688624938fd5d2f37b52c30d5d",
- "appkey_android": "0354f5ddc11e2ea76c5aac647f44d945",
- "name": "amapIvoVHpJR"
- }
- },
- "payment": {
- "weixin": {
- "__platform__": ["ios", "android"],
- "appid": "wx2e8f79ff281284f5",
- "UniversalLinks": "https://shop.lihaink.cn/"
- }
- },
- "share": {
- "weixin": {
- "appid": "wx2e8f79ff281284f5",
- "UniversalLinks": "https://shop.lihaink.cn/"
- }
- },
- "geolocation": {
- "amap": {
- "name": "amapIvoVHpJR",
- "__platform__": ["ios", "android"],
- "appkey_ios": "0a3202688624938fd5d2f37b52c30d5d",
- "appkey_android": "0354f5ddc11e2ea76c5aac647f44d945"
- }
- },
- "push": {},
- "oauth": {
- "weixin": {
- "appid": "wx2e8f79ff281284f5",
- "UniversalLinks": "https://shop.lihaink.cn/"
- }
- },
- "ad": {}
- },
- "icons": {
- "android": {
- "hdpi": "unpackage/res/icons/72x72.png",
- "xhdpi": "unpackage/res/icons/96x96.png",
- "xxhdpi": "unpackage/res/icons/144x144.png",
- "xxxhdpi": "unpackage/res/icons/192x192.png"
- },
- "ios": {
- "appstore": "unpackage/res/icons/1024x1024.png",
- "ipad": {
- "app": "unpackage/res/icons/76x76.png",
- "app@2x": "unpackage/res/icons/152x152.png",
- "notification": "unpackage/res/icons/20x20.png",
- "notification@2x": "unpackage/res/icons/40x40.png",
- "proapp@2x": "unpackage/res/icons/167x167.png",
- "settings": "unpackage/res/icons/29x29.png",
- "settings@2x": "unpackage/res/icons/58x58.png",
- "spotlight": "unpackage/res/icons/40x40.png",
- "spotlight@2x": "unpackage/res/icons/80x80.png"
- },
- "iphone": {
- "app@2x": "unpackage/res/icons/120x120.png",
- "app@3x": "unpackage/res/icons/180x180.png",
- "notification@2x": "unpackage/res/icons/40x40.png",
- "notification@3x": "unpackage/res/icons/60x60.png",
- "settings@2x": "unpackage/res/icons/58x58.png",
- "settings@3x": "unpackage/res/icons/87x87.png",
- "spotlight@2x": "unpackage/res/icons/80x80.png",
- "spotlight@3x": "unpackage/res/icons/120x120.png"
- }
- }
- },
- "splashscreen": {
- "useOriginalMsgbox": true,
- "androidStyle": "common"
- }
- },
- "nativePlugins": {
- "JG-JCore": {
- "JPUSH_APPKEY_IOS": "8a5efd65cda14fafa6e64ad3",
- "JPUSH_CHANNEL_IOS": "8a5efd65cda14fafa6e64ad3",
- "JPUSH_APPKEY_ANDROID": "b5f679f4357018605ea6fd2e",
- "JPUSH_CHANNEL_ANDROID": "",
- "__plugin_info__": {
- "name": "JG-JCore",
- "description": "极光推送JCore插件",
- "platforms": "Android,iOS",
- "url": "",
- "android_package_name": "uni.UNI3A527D1",
- "ios_bundle_id": "",
- "isCloud": false,
- "bought": -1,
- "pid": "",
- "parameters": {
- "JPUSH_APPKEY_IOS": {
- "des": "[iOS]极光portal配置应用信息时分配的AppKey",
- "key": "JCore:APP_KEY",
- "value": "daebe19b547c43128796a078"
- },
- "JPUSH_CHANNEL_IOS": {
- "des": "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
- "key": "JCore:CHANNEL",
- "value": ""
- },
- "JPUSH_APPKEY_ANDROID": {
- "des": "[Android]极光portal配置应用信息时分配的AppKey",
- "key": "JPUSH_APPKEY",
- "value": ""
- },
- "JPUSH_CHANNEL_ANDROID": {
- "des": "[Android]用于统计分发渠道,不需要可填默认值developer-default",
- "key": "JPUSH_CHANNEL",
- "value": ""
- }
- }
- }
- },
- "JG-JPush": {
- "JPUSH_ISPRODUCTION_IOS": "true",
- "JPUSH_ADVERTISINGID_IOS": "",
- "JPUSH_DEFAULTINITJPUSH_IOS": "true",
- "JPUSH_OPPO_APPKEY": "",
- "JPUSH_OPPO_APPID": "",
- "JPUSH_OPPO_APPSECRET": "",
- "JPUSH_VIVO_APPKEY": "",
- "JPUSH_VIVO_APPID": "",
- "JPUSH_MEIZU_APPKEY": "",
- "JPUSH_MEIZU_APPID": "",
- "JPUSH_XIAOMI_APPKEY": "",
- "JPUSH_XIAOMI_APPID": "",
- "__plugin_info__": {
- "name": "JG-JPush",
- "description": "极光推送Hbuilder插件",
- "platforms": "Android,iOS",
- "url": "",
- "android_package_name": "uni.UNI3A527D1",
- "ios_bundle_id": "",
- "isCloud": false,
- "bought": -1,
- "pid": "",
- "parameters": {
- "JPUSH_ISPRODUCTION_IOS": {
- "des": "[iOS]是否是生产环境,是填true,不是填false或者不填",
- "key": "JPush:ISPRODUCTION",
- "value": ""
- },
- "JPUSH_ADVERTISINGID_IOS": {
- "des": "[iOS]广告标识符(IDFA)如果不需要使用IDFA,可不填",
- "key": "JPush:ADVERTISINGID",
- "value": ""
- },
- "JPUSH_DEFAULTINITJPUSH_IOS": {
- "des": "[iOS]是否默认初始化,是填true,不是填false或者不填",
- "key": "JPush:DEFAULTINITJPUSH",
- "value": ""
- },
- "JPUSH_OPPO_APPKEY": {
- "des": "厂商OPPO-appkey,示例:OP-12345678",
- "key": "OPPO_APPKEY",
- "value": ""
- },
- "JPUSH_OPPO_APPID": {
- "des": "厂商OPPO-appId,示例:OP-12345678",
- "key": "OPPO_APPID",
- "value": ""
- },
- "JPUSH_OPPO_APPSECRET": {
- "des": "厂商OPPO-appSecret,示例:OP-12345678",
- "key": "OPPO_APPSECRET",
- "value": ""
- },
- "JPUSH_VIVO_APPKEY": {
- "des": "厂商VIVO-appkey,示例:12345678",
- "key": "com.vivo.push.api_key",
- "value": ""
- },
- "JPUSH_VIVO_APPID": {
- "des": "厂商VIVO-appId,示例:12345678",
- "key": "com.vivo.push.app_id",
- "value": ""
- },
- "JPUSH_MEIZU_APPKEY": {
- "des": "厂商MEIZU-appKey,示例:MZ-12345678",
- "key": "MEIZU_APPKEY",
- "value": ""
- },
- "JPUSH_MEIZU_APPID": {
- "des": "厂商MEIZU-appId,示例:MZ-12345678",
- "key": "MEIZU_APPID",
- "value": ""
- },
- "JPUSH_XIAOMI_APPKEY": {
- "des": "厂商XIAOMI-appKey,示例:MI-12345678",
- "key": "XIAOMI_APPKEY",
- "value": ""
- },
- "JPUSH_XIAOMI_APPID": {
- "des": "厂商XIAOMI-appId,示例:MI-12345678",
- "key": "XIAOMI_APPID",
- "value": ""
- }
- }
- }
- }
- }
- },
- /* 快应用特有相关 */
- "quickapp": {},
- /* 小程序特有相关 */
- "mp-weixin": {
- "appid": "wx5fb1cc8edb3f8baa",
- "setting": {
- "urlCheck": false,
- "minified": true,
- "postcss": true,
- "es6": true
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取您的位置"
- }
- },
- "requiredPrivateInfos": ["getLocation", "chooseAddress"],
- "usingComponents": true,
- "__usePrivacyCheck__": true
- },
- "mp-alipay": {
- "usingComponents": true
- },
- "mp-baidu": {
- "usingComponents": true
- },
- "mp-toutiao": {
- "usingComponents": true
- },
- "h5": {
- "devServer": {
- "https": false
- },
- "router": {
- "mode": "history",
- "base": ""
- },
- "domain": "",
- "sdkConfigs": {
- "maps": {
- "qqmap": {
- "key": "SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7"
- }
- }
- },
- "title": "加载中...",
- "template": "template.h5.html",
- "optimization": {
- "treeShaking": {
- "enable": true
- }
- }
- }
-}
\ No newline at end of file
+ "name" : "惠农生活",
+ "appid" : "__UNI__3A527D1",
+ "description" : "",
+ "versionName" : "2.0.54",
+ "versionCode" : 2054,
+ "transformPx" : false,
+ /* 5+App特有相关 */
+ "app-plus" : {
+ "titleNView" : true,
+ "usingComponents" : true,
+ "nvueCompiler" : "uni-app",
+ "nvueStyleCompiler" : "uni-app",
+ "compilerVersion" : 3,
+ "compatible" : {
+ "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
+ },
+ "splashscreen" : {
+ "alwaysShowBeforeRender" : false,
+ "waiting" : false,
+ "autoclose" : true,
+ "delay" : 0
+ },
+ /* 模块配置 */
+ "modules" : {
+ "VideoPlayer" : {},
+ "OAuth" : {},
+ "Payment" : {},
+ "Share" : {},
+ "iBeacon" : {},
+ "Maps" : {},
+ "Geolocation" : {},
+ "UniMP" : {
+ "description" : "uni小程序"
+ },
+ "Push" : {},
+ "Barcode" : {},
+ "Camera" : {}
+ },
+ "safearea" : {
+ "bottom" : {
+ "offset" : "none"
+ }
+ },
+ /* 应用发布信息 */
+ "distribute" : {
+ /* android打包配置 */
+ "android" : {
+ "permissions" : [
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ ""
+ ],
+ "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
+ "permissionExternalStorage" : {
+ "request" : "none",
+ "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
+ },
+ "permissionPhoneState" : {
+ "request" : "none" //拨打电话权限关闭
+ },
+ "minSdkVersion" : 23,
+ "targetSdkVersion" : 30
+ },
+ /* ios打包配置 */
+ "ios" : {
+ "privacyDescription" : {
+ "NSPhotoLibraryUsageDescription" : "上传用户头像保存分享海报",
+ "NSPhotoLibraryAddUsageDescription" : "上传用户头像保存分享海报",
+ "NSCameraUsageDescription" : "上传用户头像保存分享海报",
+ "NSLocationWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
+ "NSLocationAlwaysUsageDescription" : "根据客户地理位置推荐最近门店"
+ },
+ "idfa" : false,
+ "dSYMs" : false
+ },
+ /* SDK配置 */
+ "sdkConfigs" : {
+ "maps" : {
+ "amap" : {
+ "appkey_ios" : "0a3202688624938fd5d2f37b52c30d5d",
+ "appkey_android" : "0354f5ddc11e2ea76c5aac647f44d945",
+ "name" : "amapIvoVHpJR"
+ }
+ },
+ "payment" : {
+ "weixin" : {
+ "__platform__" : [ "ios", "android" ],
+ "appid" : "wx2e8f79ff281284f5",
+ "UniversalLinks" : "https://shop.lihaink.cn/"
+ }
+ },
+ "share" : {
+ "weixin" : {
+ "appid" : "wx2e8f79ff281284f5",
+ "UniversalLinks" : "https://shop.lihaink.cn/"
+ }
+ },
+ "geolocation" : {
+ "amap" : {
+ "name" : "amapIvoVHpJR",
+ "__platform__" : [ "ios", "android" ],
+ "appkey_ios" : "0a3202688624938fd5d2f37b52c30d5d",
+ "appkey_android" : "0354f5ddc11e2ea76c5aac647f44d945"
+ }
+ },
+ "push" : {},
+ "oauth" : {
+ "weixin" : {
+ "appid" : "wx2e8f79ff281284f5",
+ "UniversalLinks" : "https://shop.lihaink.cn/"
+ }
+ },
+ "ad" : {}
+ },
+ "icons" : {
+ "android" : {
+ "hdpi" : "unpackage/res/icons/72x72.png",
+ "xhdpi" : "unpackage/res/icons/96x96.png",
+ "xxhdpi" : "unpackage/res/icons/144x144.png",
+ "xxxhdpi" : "unpackage/res/icons/192x192.png"
+ },
+ "ios" : {
+ "appstore" : "unpackage/res/icons/1024x1024.png",
+ "ipad" : {
+ "app" : "unpackage/res/icons/76x76.png",
+ "app@2x" : "unpackage/res/icons/152x152.png",
+ "notification" : "unpackage/res/icons/20x20.png",
+ "notification@2x" : "unpackage/res/icons/40x40.png",
+ "proapp@2x" : "unpackage/res/icons/167x167.png",
+ "settings" : "unpackage/res/icons/29x29.png",
+ "settings@2x" : "unpackage/res/icons/58x58.png",
+ "spotlight" : "unpackage/res/icons/40x40.png",
+ "spotlight@2x" : "unpackage/res/icons/80x80.png"
+ },
+ "iphone" : {
+ "app@2x" : "unpackage/res/icons/120x120.png",
+ "app@3x" : "unpackage/res/icons/180x180.png",
+ "notification@2x" : "unpackage/res/icons/40x40.png",
+ "notification@3x" : "unpackage/res/icons/60x60.png",
+ "settings@2x" : "unpackage/res/icons/58x58.png",
+ "settings@3x" : "unpackage/res/icons/87x87.png",
+ "spotlight@2x" : "unpackage/res/icons/80x80.png",
+ "spotlight@3x" : "unpackage/res/icons/120x120.png"
+ }
+ }
+ },
+ "splashscreen" : {
+ "useOriginalMsgbox" : true,
+ "androidStyle" : "common"
+ }
+ },
+ "nativePlugins" : {
+ "JG-JCore" : {
+ "JPUSH_APPKEY_IOS" : "8a5efd65cda14fafa6e64ad3",
+ "JPUSH_CHANNEL_IOS" : "8a5efd65cda14fafa6e64ad3",
+ "JPUSH_APPKEY_ANDROID" : "b5f679f4357018605ea6fd2e",
+ "JPUSH_CHANNEL_ANDROID" : "",
+ "__plugin_info__" : {
+ "name" : "JG-JCore",
+ "description" : "极光推送JCore插件",
+ "platforms" : "Android,iOS",
+ "url" : "",
+ "android_package_name" : "uni.UNI3A527D1",
+ "ios_bundle_id" : "",
+ "isCloud" : false,
+ "bought" : -1,
+ "pid" : "",
+ "parameters" : {
+ "JPUSH_APPKEY_IOS" : {
+ "des" : "[iOS]极光portal配置应用信息时分配的AppKey",
+ "key" : "JCore:APP_KEY",
+ "value" : "daebe19b547c43128796a078"
+ },
+ "JPUSH_CHANNEL_IOS" : {
+ "des" : "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
+ "key" : "JCore:CHANNEL",
+ "value" : ""
+ },
+ "JPUSH_APPKEY_ANDROID" : {
+ "des" : "[Android]极光portal配置应用信息时分配的AppKey",
+ "key" : "JPUSH_APPKEY",
+ "value" : ""
+ },
+ "JPUSH_CHANNEL_ANDROID" : {
+ "des" : "[Android]用于统计分发渠道,不需要可填默认值developer-default",
+ "key" : "JPUSH_CHANNEL",
+ "value" : ""
+ }
+ }
+ }
+ },
+ "JG-JPush" : {
+ "JPUSH_ISPRODUCTION_IOS" : "true",
+ "JPUSH_ADVERTISINGID_IOS" : "",
+ "JPUSH_DEFAULTINITJPUSH_IOS" : "true",
+ "JPUSH_OPPO_APPKEY" : "",
+ "JPUSH_OPPO_APPID" : "",
+ "JPUSH_OPPO_APPSECRET" : "",
+ "JPUSH_VIVO_APPKEY" : "",
+ "JPUSH_VIVO_APPID" : "",
+ "JPUSH_MEIZU_APPKEY" : "",
+ "JPUSH_MEIZU_APPID" : "",
+ "JPUSH_XIAOMI_APPKEY" : "",
+ "JPUSH_XIAOMI_APPID" : "",
+ "__plugin_info__" : {
+ "name" : "JG-JPush",
+ "description" : "极光推送Hbuilder插件",
+ "platforms" : "Android,iOS",
+ "url" : "",
+ "android_package_name" : "uni.UNI3A527D1",
+ "ios_bundle_id" : "",
+ "isCloud" : false,
+ "bought" : -1,
+ "pid" : "",
+ "parameters" : {
+ "JPUSH_ISPRODUCTION_IOS" : {
+ "des" : "[iOS]是否是生产环境,是填true,不是填false或者不填",
+ "key" : "JPush:ISPRODUCTION",
+ "value" : ""
+ },
+ "JPUSH_ADVERTISINGID_IOS" : {
+ "des" : "[iOS]广告标识符(IDFA)如果不需要使用IDFA,可不填",
+ "key" : "JPush:ADVERTISINGID",
+ "value" : ""
+ },
+ "JPUSH_DEFAULTINITJPUSH_IOS" : {
+ "des" : "[iOS]是否默认初始化,是填true,不是填false或者不填",
+ "key" : "JPush:DEFAULTINITJPUSH",
+ "value" : ""
+ },
+ "JPUSH_OPPO_APPKEY" : {
+ "des" : "厂商OPPO-appkey,示例:OP-12345678",
+ "key" : "OPPO_APPKEY",
+ "value" : ""
+ },
+ "JPUSH_OPPO_APPID" : {
+ "des" : "厂商OPPO-appId,示例:OP-12345678",
+ "key" : "OPPO_APPID",
+ "value" : ""
+ },
+ "JPUSH_OPPO_APPSECRET" : {
+ "des" : "厂商OPPO-appSecret,示例:OP-12345678",
+ "key" : "OPPO_APPSECRET",
+ "value" : ""
+ },
+ "JPUSH_VIVO_APPKEY" : {
+ "des" : "厂商VIVO-appkey,示例:12345678",
+ "key" : "com.vivo.push.api_key",
+ "value" : ""
+ },
+ "JPUSH_VIVO_APPID" : {
+ "des" : "厂商VIVO-appId,示例:12345678",
+ "key" : "com.vivo.push.app_id",
+ "value" : ""
+ },
+ "JPUSH_MEIZU_APPKEY" : {
+ "des" : "厂商MEIZU-appKey,示例:MZ-12345678",
+ "key" : "MEIZU_APPKEY",
+ "value" : ""
+ },
+ "JPUSH_MEIZU_APPID" : {
+ "des" : "厂商MEIZU-appId,示例:MZ-12345678",
+ "key" : "MEIZU_APPID",
+ "value" : ""
+ },
+ "JPUSH_XIAOMI_APPKEY" : {
+ "des" : "厂商XIAOMI-appKey,示例:MI-12345678",
+ "key" : "XIAOMI_APPKEY",
+ "value" : ""
+ },
+ "JPUSH_XIAOMI_APPID" : {
+ "des" : "厂商XIAOMI-appId,示例:MI-12345678",
+ "key" : "XIAOMI_APPID",
+ "value" : ""
+ }
+ }
+ }
+ }
+ }
+ },
+ /* 快应用特有相关 */
+ "quickapp" : {},
+ /* 小程序特有相关 */
+ "mp-weixin" : {
+ "appid" : "wx5fb1cc8edb3f8baa",
+ "setting" : {
+ "urlCheck" : false,
+ "minified" : true,
+ "postcss" : true,
+ "es6" : true
+ },
+ "permission" : {
+ "scope.userLocation" : {
+ "desc" : "获取您的位置"
+ }
+ },
+ "requiredPrivateInfos" : [ "getLocation", "chooseAddress" ],
+ "usingComponents" : true,
+ "__usePrivacyCheck__" : true
+ },
+ "mp-alipay" : {
+ "usingComponents" : true
+ },
+ "mp-baidu" : {
+ "usingComponents" : true
+ },
+ "mp-toutiao" : {
+ "usingComponents" : true
+ },
+ "h5" : {
+ "devServer" : {
+ "https" : false
+ },
+ "router" : {
+ "mode" : "history",
+ "base" : ""
+ },
+ "domain" : "",
+ "sdkConfigs" : {
+ "maps" : {
+ "qqmap" : {
+ "key" : "SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7"
+ }
+ }
+ },
+ "title" : "加载中...",
+ "template" : "template.h5.html",
+ "optimization" : {
+ "treeShaking" : {
+ "enable" : true
+ }
+ }
+ }
+}
diff --git a/pages.json b/pages.json
index f95e173..78a0cc2 100644
--- a/pages.json
+++ b/pages.json
@@ -107,6 +107,13 @@
// #endif
}
},
+ {
+ "path": "pages/goods_details/videoPlay",
+ "style": {
+ "navigationBarTitleText": "视屏详情"
+
+ }
+ },
{
"path": "pages/goods_cate/goods_cate",
"style": {
diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue
index 9b7baa5..1c8976a 100644
--- a/pages/goods_details/index.vue
+++ b/pages/goods_details/index.vue
@@ -319,6 +319,7 @@
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -575,6 +593,8 @@
data() {
let that = this;
return {
+ videoTypeList: ['mp4', 'avi', 'mov', 'wmv', 'mkv', 'flv', 'mpeg', '3gp', 'webm'],
+ coverUrl: '?spm=a2c4e.11153940.blogcont573781.6.c1032027sQ46VG&x-oss-process=video/snapshot,t_1000,m_fast',
isNodes: 0, //控制什么时候开始抓取元素节点,只要数值改变就重新抓取
sysHeight: sysHeight, //系统导航条高度
//属性是否打开
@@ -828,6 +848,22 @@
},
// #endif
methods: {
+ navGoPlay(url) {
+ uni.navigateTo({
+ url: `/pages/goods_details/videoPlay?url=${url}`
+ })
+
+ },
+ getSuffix(url) {
+ const str = url;
+ const lastIndex = str.lastIndexOf(".");
+ if (lastIndex !== -1) {
+ const extension = str.substring(lastIndex + 1);
+ return extension
+ } else {
+ console.log("字符串中没有找到点号。");
+ }
+ },
call: function() {
let that = this;
if (that.storeInfo.merchant.service_phone) {
@@ -2686,4 +2722,11 @@
color: #000000;
// border: 1px solid #F55726;
}
+
+ .image-play-icon {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
\ No newline at end of file
diff --git a/pages/goods_details/videoPlay.nvue b/pages/goods_details/videoPlay.nvue
new file mode 100644
index 0000000..57c7b68
--- /dev/null
+++ b/pages/goods_details/videoPlay.nvue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From 98354a5f00c43955e561b350fd95b59798744520 Mon Sep 17 00:00:00 2001
From: luofei <604446095@qq.com>
Date: Thu, 9 May 2024 16:34:23 +0800
Subject: [PATCH 14/36] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B6=E8=B4=A7?=
=?UTF-8?q?=E5=9C=B0=E5=9D=80=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/users/user_address/index.vue | 42 +++++++++++++++---------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/pages/users/user_address/index.vue b/pages/users/user_address/index.vue
index 18a8c1a..c8f43ab 100644
--- a/pages/users/user_address/index.vue
+++ b/pages/users/user_address/index.vue
@@ -70,23 +70,28 @@
@@ -23,18 +24,21 @@
-
+
{{item.user && item.user.nickname}}
{{item.last.msn}}
[表情]
[图片]
- [商品]
- [订单]
+ [商品]
+ [订单]
- {{item.last && item.last.create_time.split(' ')[1]}}
+ {{item.display_time}}
{{item.num}}
@@ -57,12 +61,19 @@
// +----------------------------------------------------------------------
import emptyPage from '@/components/emptyPage.vue'
- import { serviceList, serviceUserList } from "@/api/user";
- import { toLogin } from '@/libs/login.js';
- import { mapGetters } from "vuex";
+ import {
+ serviceList,
+ serviceUserList
+ } from "@/api/user";
+ import {
+ toLogin
+ } from '@/libs/login.js';
+ import {
+ mapGetters
+ } from "vuex";
export default {
name: "CustomerList",
- components:{
+ components: {
emptyPage,
},
data() {
@@ -70,125 +81,125 @@
list: [],
productId: 0,
orderId: "",
- type: 0 ,// 0 用户 1客服
+ type: 0, // 0 用户 1客服
timer: null,
- page:1,
- limit:9999,
+ page: 1,
+ limit: 9999,
mer_id: '',
loading: false,
clear: false,
};
},
- computed: mapGetters(['isLogin','viewColor']),
+ computed: mapGetters(['isLogin', 'viewColor']),
onLoad(optios) {
this.type = optios.type;
this.mer_id = optios.mer_id;
- if(this.isLogin){
+ if (this.isLogin) {
this.getList(this.mer_id)
} else {
toLogin()
}
},
onShow(option) {
- if(this.isLogin){
+ if (this.isLogin) {
this.liveUpdate();
} else {
toLogin()
}
},
- onHide(){
- if(this.timer) {
- clearInterval(this.timer);
- this.timer = null;
- }
+ onHide() {
+ if (this.timer) {
+ clearInterval(this.timer);
+ this.timer = null;
+ }
this.clear = true;
},
onUnload() {
- if(this.timer) {
- clearInterval(this.timer);
- this.timer = null;
- }
+ if (this.timer) {
+ clearInterval(this.timer);
+ this.timer = null;
+ }
this.clear = true;
},
methods: {
- getList(mer_id) {
+ getList(mer_id) {
this.loading = true;
- if(this.type == 0){
+ if (this.type == 0) {
serviceList({
- page:this.page,
- limit:this.limit
+ page: this.page,
+ limit: this.limit
}).then(res => {
this.list = res.data.list;
- if(res.status == 400){
+ if (res.status == 400) {
clearInterval(this.timer);
- this.timer = null;
- return this.$util.Tips({
- title: res.message
- })
- }
- }).finally(v=>{
- this.loading = false;
- return this.$util.Tips({
- title: v
- })
- }).catch(err => {
- return this.$util.Tips({
- title: err
- })
- });
- }else{
- serviceUserList(mer_id,{
- page:this.page,
- limit:this.limit
- }).then(res =>{
- this.list = res.data.list;
- if(res.status == 400){
- clearInterval(this.timer);
- this.timer = null;
+ this.timer = null;
return this.$util.Tips({
title: res.message
})
}
- }).finally(v=>{
+ }).finally(v => {
+ this.loading = false;
+ return this.$util.Tips({
+ title: v
+ })
+ }).catch(err => {
+ return this.$util.Tips({
+ title: err
+ })
+ });
+ } else {
+ serviceUserList(mer_id, {
+ page: this.page,
+ limit: this.limit
+ }).then(res => {
+ this.list = res.data.list;
+ if (res.status == 400) {
+ clearInterval(this.timer);
+ this.timer = null;
+ return this.$util.Tips({
+ title: res.message
+ })
+ }
+ }).finally(v => {
this.loading = false;
clearInterval(this.timer);
- this.timer = null;
+ this.timer = null;
return this.$util.Tips({
title: v
})
}).catch(err => {
clearInterval(this.timer);
- this.timer = null;
+ this.timer = null;
return this.$util.Tips({
title: err
})
});
- }
+ }
},
//实时刷新列表
- liveUpdate(){
+ liveUpdate() {
let that = this;
this.clear = false;
- if(that.timer) {
+ if (that.timer) {
clearInterval(that.timer);
- that.timer = null;
- }
- that.timer = setInterval(function(){
- if(that.clear){
+ that.timer = null;
+ }
+ that.timer = setInterval(function() {
+ if (that.clear) {
clearInterval(that.timer);
- return ;
+ return;
}
// 用户
(!that.loading) && that.getList(that.mer_id);
- },5000);
+ }, 5000);
},
goPage(item) {
item.num = 0;
- if(this.type == 0){
+ if (this.type == 0) {
uni.navigateTo({
url: `/pages/chat/customer_list/chat?mer_id=${item.mer_id}`
})
- }else{
+ } else {
uni.navigateTo({
url: `/pages/chat/customer_list/chat?userId=${item.user.uid}&mer_id=${item.mer_id}`
})
@@ -207,7 +218,8 @@
transform: rotate(180deg);
font-size: 36rpx;
}
- .popupn{
+
+ .popupn {
position: fixed;
width: 100%;
text-align: center;
@@ -217,65 +229,78 @@
height: 90rpx;
line-height: 90rpx;
z-index: 100;
- .title{
+
+ .title {
max-width: 560rpx;
margin: 0 auto;
position: relative;
}
- .iconfont{
+
+ .iconfont {
display: inline-block;
position: relative;
top: 4rpx;
right: 0;
}
- .mer_logo{
+
+ .mer_logo {
width: 34rpx;
height: 34rpx;
position: relative;
top: 6rpx;
- right: 10px;
+ right: 10px;
}
- .mer_name{
+
+ .mer_name {
display: inline-block;
max-width: 650rpx;
}
- .invoice-content{
+
+ .invoice-content {
background-color: #ffffff;
}
}
- .list_count{
+
+ .list_count {
margin-top: 104rpx;
}
+
.item {
align-items: center;
border-bottom: 1px solid #eee;
padding: 20rpx 30rpx;
background-color: #fff;
- .logo image{
+
+ .logo image {
width: 88rpx;
height: 88rpx;
border-radius: 50%;
}
- .info{
+
+ .info {
width: 334rpx;
margin-left: 20rpx;
- .con{
+
+ .con {
margin-top: 10rpx;
color: #999999;
font-size: 24rpx;
}
}
- .right-box{
+
+ .right-box {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-end;
font-size: 20rpx;
color: #BBBBBB;
- .time{
+
+ .time {
margin-bottom: 10rpx;
}
- .num{
+
+ .num {
min-width: 6px;
background-color: var(--view-theme);
border-radius: 15px;
@@ -287,4 +312,4 @@
}
}
}
-
+
\ No newline at end of file
diff --git a/pages/cloud_warehouse/home/home.vue b/pages/cloud_warehouse/home/home.vue
index 620f484..9ffda1d 100644
--- a/pages/cloud_warehouse/home/home.vue
+++ b/pages/cloud_warehouse/home/home.vue
@@ -6,18 +6,15 @@
.wholeSale {
background-color: #f8fafb !important;
- .wholeSale-header-search-wrap {
- padding: 30rpx 20rpx 0;
- background-color: #fff;
- }
+
+
.wholeSale-header {
- position: fixed;
- width: 100%;
+ position: sticky;
top: 0;
- left: 0;
- background-color: #40AE36;
z-index: 100;
+ margin-bottom: 20rpx;
+ background-color: #40AE36;
.scrollview {
display: flex;
@@ -52,62 +49,61 @@
}
}
- .wholeSale-category {
- margin: 0 20rpx 20rpx;
+ .wholeSale-section {
+ padding: 0rpx 20rpx;
background-color: #fff;
- border-radius: 10rpx;
- padding: 20rpx 20rpx 1rpx 20rpx;
+ transition: height .5s;
+ overflow: hidden;
- .wholeSale-search {
+ .wholeSale-nav {
display: flex;
align-items: center;
- margin-bottom: 40rpx;
+ margin-bottom: 20rpx;
.icon {
margin-right: 20rpx;
}
- }
- .search_content {
- flex: 1;
- height: 70rpx;
- padding: 2px 2px 2px 21.05rpx;
- border-radius: 80rpx;
- background: #EDEFF2;
- position: relative;
- box-sizing: border-box;
+ .search_content {
+ flex: 1;
+ height: 70rpx;
+ padding: 2px 2px 2px 21.05rpx;
+ border-radius: 80rpx;
+ background: #EDEFF2;
+ position: relative;
+ box-sizing: border-box;
- .search_content_wrap {
- width: 100%;
+ .search_content_wrap {
+ width: 100%;
- .icon-sousuo {
- font-size: 26.32rpx;
- font-weight: bold;
- color: #c8c7c6;
- margin-right: 17.54rpx;
+ .icon-sousuo {
+ font-size: 26.32rpx;
+ font-weight: bold;
+ color: #c8c7c6;
+ margin-right: 17.54rpx;
+ }
+
+ input {
+ width: 80%;
+ }
}
- input {
- width: 80%;
+ .search_btn {
+ width: 106rpx;
+ height: 60rpx;
+ line-height: 60rpx;
+ background: #40AE36;
+ border-radius: 100px;
+ font-size: 28rpx;
+ color: #fff;
}
}
-
- .search_btn {
- width: 106rpx;
- height: 60rpx;
- line-height: 60rpx;
- background: #40AE36;
- border-radius: 100px;
- font-size: 28rpx;
- color: #fff;
- }
}
.category {
width: 100%;
- overflow: hidden;
+ overflow: auto;
margin-bottom: 20rpx;
- transition: height .8s;
.category-wrap {
display: flex;
@@ -181,18 +177,49 @@
}
}
}
+
}
.wholeSale-con {
+ height: 100vh;
margin: 0 20rpx;
padding-bottom: 30rpx;
}
+
+ .comprehensive {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 0 50rpx;
+
+ [class^=comprehensive-] {
+ display: flex;
+ align-items: center;
+
+ text {
+ margin-right: 12rpx;
+ font-size: 26rpx;
+ color: #666666;
+ }
+
+ image {
+ width: 28rpx;
+ height: 28rpx;
+ }
+
+ .loudou {
+ width: 24rpx;
+ height: 24rpx;
+ }
+ }
+ }
}
-
+
@@ -288,8 +317,9 @@
deduction_rate: '', //抵扣比例
rand: 1
},
- distance: 20,
- scrollTop: 0
+ wrapHeight: 'auto',
+ maxHeight: '',
+ scrollTop: 0,
}
},
onLoad(option) {
@@ -301,16 +331,30 @@
},
onPageScroll(e) {
uni.$emit('scroll');
-
- this.scrollTop = e.scrollTop;
-
-
-
},
onPullDownRefresh() {
this.getProductslist(true);
},
+
methods: {
+
+ refresh(e) {
+ console.log(e);
+ },
+
+ onScrollBottom(e) {
+ this.getProductslist();
+ },
+
+ onScroll(e) {
+ if (this.scrollTop > e.target.scrollTop) { //上拉
+ this.wrapHeight = '352rpx';
+ } else {
+ this.wrapHeight = 0;
+ }
+ this.scrollTop = e.target.scrollTop;
+ },
+
navTo(url) {
uni.navigateTo({
url: url,
@@ -324,9 +368,11 @@
}
})
},
+
navBack() {
uni.navigateBack();
},
+
tabsChange(e) {
this.tabsCurr = e;
},
@@ -348,6 +394,11 @@
if (e == 0) this.where.cate_pid = this.store_category[this.cate_change]
.store_category_id; // 如若选中全部, 则取父级id
this.getProductslist(true);
+
+ this.$util.getDom(this, '.wholeSale-section', (res) => {
+ this.maxHeight = res.height + 'px';
+ })
+
},
getStoreCategory() {
getStoreCategory(259).then(res => {
@@ -361,13 +412,13 @@
cate_name: '全部',
store_category_id: ''
})
- })
- // 分类
- this.$nextTick(() => {
- this.$util.getDom(this, '.wholeSale-category', (res) => {
- this.categoryHeight = res.height;
- })
+ setTimeout(() => {
+ this.$util.getDom(this, '.wholeSale-section', (res) => {
+ this.wrapHeight = res.height + 'px';
+ this.maxHeight = res.height;
+ })
+ }, 300)
})
},
getProductslist(reLoad = false) {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index b49b590..09b9bf6 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1094,9 +1094,6 @@
this.loadGoods(e);
},
loadGoods(e = 1) {
-
- console.log(e);
-
this.$nextTick(() => {
if (e == 1) return this.get_host_product(0);
if (e == 2) return this.get_host_home({
diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue
index c27fd89..313095b 100644
--- a/pages/whole_sale/index.vue
+++ b/pages/whole_sale/index.vue
@@ -265,7 +265,7 @@
limit: 20,
sale_type: 2, //1为零售, 2为批发
mer_type: 1,
- mer_cate_pid: '', //
+ cate_pid: '', //
cate_id: '',
keyword: '',
deduction_rate: '', //抵扣比例
@@ -422,7 +422,7 @@
store_category_id: ''
})
this.cate_change_children = 0;
- if (this.tabsCurr == 1) this.where.mer_cate_pid = this.store_category[e].store_category_id;
+ if (this.tabsCurr == 1) this.where.cate_pid = this.store_category[e].store_category_id;
else {
this.where.cate_pid = this.store_category[e].store_category_id;
this.where.cate_id = "";
@@ -436,7 +436,7 @@
},
changeChildrenCate(e) {
this.cate_change_children = e;
- let key = 'mer_cate_pid';
+ let key = 'cate_pid';
if (this.tabsCurr != 1) key = 'cate_id';
this.where[key] = this.store_category_children[e].store_category_id;
if (e == 0) this.where[key] = this.store_category[this.cate_change].store_category_id; // 如若选中全部, 则取父级id
diff --git a/utils/mixin.js b/utils/mixin.js
index f4015f6..55948cb 100644
--- a/utils/mixin.js
+++ b/utils/mixin.js
@@ -1,20 +1,39 @@
const mixins = {
data() {
return {
- totalHeight: 0,
- scrollInfo: undefined,
- userMoney: undefined
+ wrapHeight: 'auto',
+ clientY: 0,
+ maxHeight: 0,
}
},
- // 顶部导航栏透明滚动
- onPageScroll(e) {
- this.scrollInfo = e;
- },
- methods: {
- getPageScroll() {
- this.$utils.getDom();
+ watch: {
+ 'where.cate_pid'(newVal, oldVal) {
+ // if (newVal && !oldVal) {
+ // this.wrapHeight = this.wrapHeight + 24;
+ // this.maxHeight = this.wrapHeight;
+ // }
+ // if (!newVal && oldVal) {
+ // this.wrapHeight = this.wrapHeight - 24;
+ // this.maxHeight = this.wrapHeight;
+ // }
}
+ },
+ methods: {
+ // 移动
+ onTouchMove(e) {
+ // const moveDistance = e.changedTouches[0].clientY - this.clientY;
+ // if (moveDistance > 5) {
+ // this.wrapHeight = this.maxHeight;
+ // } else {
+ // this.wrapHeight = 0;
+ // }
+ },
+
+ // 开始触摸屏幕
+ onTouchStart(e) {
+ // this.clientY = e.changedTouches[0].clientY;
+ },
}
}
export default mixins;
\ No newline at end of file
From a250b604f3650b7c25679b71a39ba5952b213df0 Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Sat, 11 May 2024 14:48:40 +0800
Subject: [PATCH 22/36] =?UTF-8?q?=E8=AE=A2=E5=8D=95bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/users/order_list/index.vue | 42 ++++++++++++++++----------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/pages/users/order_list/index.vue b/pages/users/order_list/index.vue
index 37e377a..991901c 100644
--- a/pages/users/order_list/index.vue
+++ b/pages/users/order_list/index.vue
@@ -665,26 +665,7 @@
uni.navigateBack();
},
- changeSaleType(type = 1) {
- if (type != this.sale_type) {
- this.loadend = false;
- this.loading = false;
- this.$set(this, 'orderList', []);
- if (this.orderStatus == 4) {
- this.refundParam.identity = type;
- this.refundParam.page = 1;
- this.getRefundList();
- } else {
- this.sale_type = type;
- this.page = 1;
- this.getOrderData();
- this.getOrderList();
- this.getUserInfo();
- this.getpreSellOrderList();
- }
- }
- },
// 去商铺
goMall(item) {
if (this.hide_mer_status == 0) {
@@ -901,11 +882,30 @@
}
},
+ changeSaleType(type = 1) {
+ if (this.sale_type == type) return;
+
+ this.loadend = false;
+ this.loading = false;
+ this.$set(this, 'orderList', []);
+
+ if (this.orderStatus == 4) {
+ this.refundParam.identity = type;
+ this.refundParam.page = 1;
+ this.getRefundList();
+ } else {
+ this.page = 1;
+ this.getOrderData();
+ this.getOrderList();
+ this.getUserInfo();
+ this.getpreSellOrderList();
+ }
+ this.sale_type = type;
+ },
+
// 获取退款列表
getRefundList() {
let that = this;
- console.log(that.loadend);
- console.log(that.loading);
if (that.loadend) return;
if (that.loading) return;
that.loading = true;
From 1f1392cc1d29b3f4d98a6906e2aaf85d2d0ce36b Mon Sep 17 00:00:00 2001
From: 1154079537 <1154079537@qq.com>
Date: Sat, 11 May 2024 16:55:28 +0800
Subject: [PATCH 23/36] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 2 +-
pages/cloud_warehouse/home/home.vue | 136 ++++++++++++------------
pages/cloud_warehouse/market/market.vue | 126 +++++++++++-----------
utils/mixin.js | 28 ++---
4 files changed, 140 insertions(+), 152 deletions(-)
diff --git a/pages.json b/pages.json
index 0b107fb..7d7e74b 100644
--- a/pages.json
+++ b/pages.json
@@ -334,7 +334,7 @@
"style": {
"navigationBarTitleText": "里海云仓",
"navigationStyle": "custom",
- "enablePullDownRefresh": true
+ "enablePullDownRefresh": false
}
},
{
diff --git a/pages/cloud_warehouse/home/home.vue b/pages/cloud_warehouse/home/home.vue
index 9ffda1d..e683262 100644
--- a/pages/cloud_warehouse/home/home.vue
+++ b/pages/cloud_warehouse/home/home.vue
@@ -6,59 +6,27 @@
.wholeSale {
background-color: #f8fafb !important;
-
-
-
.wholeSale-header {
position: sticky;
top: 0;
z-index: 100;
margin-bottom: 20rpx;
background-color: #40AE36;
-
- .scrollview {
- display: flex;
- align-items: center;
- height: 98rpx;
- padding-left: 32rpx;
-
- .scrollview-item {
- margin-right: 30rpx;
- font-size: 28rpx;
- color: #FFFFFF;
- }
-
- .scrollview-active {
- position: relative;
- font-weight: bold;
- font-size: 36rpx;
- color: #FFFFFF;
-
- &::after {
- content: "";
- display: inline-block;
- position: absolute;
- bottom: -6rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 100%;
- height: 6rpx;
- background-color: #FFFFFF;
- }
- }
- }
}
.wholeSale-section {
+ position: sticky;
+ top: calc(82rpx + var(--status-bar-height));
padding: 0rpx 20rpx;
background-color: #fff;
- transition: height .5s;
+ transition: height .7s;
overflow: hidden;
+ margin-bottom: 20rpx;
.wholeSale-nav {
display: flex;
align-items: center;
- margin-bottom: 20rpx;
+ padding-bottom: 20rpx;
.icon {
margin-right: 20rpx;
@@ -101,13 +69,15 @@
}
.category {
+ position: relative;
width: 100%;
overflow: auto;
margin-bottom: 20rpx;
+ // padding-right: 70rpx;
.category-wrap {
display: flex;
- padding-bottom: 20rpx;
+ padding-bottom: 10rpx;
.category-item {
display: flex;
@@ -148,6 +118,24 @@
}
}
}
+
+ .category-all {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translateY(-50%);
+ height: 100%;
+ background-color: #f3f3f3;
+ z-index: 101;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ font-size: 24rpx;
+ border-radius: 4rpx;
+ width: 70rpx;
+ color: #919191;
+ }
}
.cate {
@@ -228,7 +216,7 @@
-
+
@@ -258,8 +246,19 @@
+
+
+
+
+
+
@@ -276,12 +275,15 @@
-
+
-
-
-
+ @scrolltoupper="scrolltoupper" :refresher-threshold="0">
+
+
+
+
+
@@ -317,8 +319,8 @@
deduction_rate: '', //抵扣比例
rand: 1
},
- wrapHeight: 'auto',
- maxHeight: '',
+ wrapHeight: 300,
+ isShowSmall: false,
scrollTop: 0,
}
},
@@ -326,20 +328,26 @@
this.getStoreCategory();
this.getProductslist(true);
},
- onReachBottom() {
- this.getProductslist();
- },
+
onPageScroll(e) {
uni.$emit('scroll');
},
- onPullDownRefresh() {
- this.getProductslist(true);
+
+ watch: {
+ 'where.cate_pid'(newVal, oldVal) {
+ if (newVal && !oldVal) {
+ this.wrapHeight = 300 + 48;
+ this.isShowSmall = true;
+ }
+ if (!newVal && oldVal) {
+ this.wrapHeight = 300;
+ this.isShowSmall = false;
+ }
+ }
},
-
methods: {
-
- refresh(e) {
- console.log(e);
+ scrolltoupper() {
+ this.getProductslist(true);
},
onScrollBottom(e) {
@@ -347,8 +355,9 @@
},
onScroll(e) {
- if (this.scrollTop > e.target.scrollTop) { //上拉
- this.wrapHeight = '352rpx';
+ if (this.scrollTop >= e.target.scrollTop) { //上拉
+ this.wrapHeight = 300;
+ if (this.where.cate_pid) this.wrapHeight = this.wrapHeight + 48;
} else {
this.wrapHeight = 0;
}
@@ -394,11 +403,6 @@
if (e == 0) this.where.cate_pid = this.store_category[this.cate_change]
.store_category_id; // 如若选中全部, 则取父级id
this.getProductslist(true);
-
- this.$util.getDom(this, '.wholeSale-section', (res) => {
- this.maxHeight = res.height + 'px';
- })
-
},
getStoreCategory() {
getStoreCategory(259).then(res => {
@@ -412,13 +416,6 @@
cate_name: '全部',
store_category_id: ''
})
-
- setTimeout(() => {
- this.$util.getDom(this, '.wholeSale-section', (res) => {
- this.wrapHeight = res.height + 'px';
- this.maxHeight = res.height;
- })
- }, 300)
})
},
getProductslist(reLoad = false) {
@@ -429,6 +426,7 @@
}
if (this.isLoading == -1) return;
this.isLoading = 1;
+
getProductslist(this.where).then(res => {
this.where.limit = res.data.limit
this.where.page = res.data.page
diff --git a/pages/cloud_warehouse/market/market.vue b/pages/cloud_warehouse/market/market.vue
index 2539195..231b5e5 100644
--- a/pages/cloud_warehouse/market/market.vue
+++ b/pages/cloud_warehouse/market/market.vue
@@ -6,10 +6,6 @@
.wholeSale {
background-color: #f8fafb !important;
- .wholeSale-header-wrap {
- background-color: #40AE36;
- }
-
.wholeSale-header-search-wrap {
padding: 30rpx 20rpx 0;
background-color: #fff;
@@ -20,6 +16,7 @@
top: 0;
z-index: 100;
margin-bottom: 20rpx;
+ background-color: #40AE36;
.scrollview {
display: flex;
@@ -339,32 +336,31 @@
{
- console.log(res.top);
- if (86 >= res.top) {
- this.$refs.recommendRef.parentPageScroll(true);
- } else {
- this.$refs.recommendRef.parentPageScroll(false);
- }
- })
},
/**
@@ -691,15 +679,12 @@
// that.overflow = true;
// #ifdef APP-PLUS
setTimeout(() => {
- this.hotPageArr[this.hostIndex] = 1;
- this.hotScrollArr[this.hostIndex] = true;
-
- // this.hotPage = 1;
- // this.hotScroll = true;
- // let hostList = this.hostProduct;
- // hostList[this.hostIndex] = [];
- // this.$set(this, 'hostProduct', hostList);
- this.loadGoods(this.hostIndex);
+ this.hotPage = 1;
+ this.hotScroll = true;
+ let hostList = this.hostProduct;
+ hostList[this.hostIndex] = [];
+ this.$set(this, 'hostProduct', hostList);
+ this.loadGoods(this.hostIndex + 1);
}, 50)
// #endif
},
@@ -1097,30 +1082,30 @@
});
},
/**
- * 点击组件选项卡 e
+ * 点击组件选项卡
*/
changeRecommedTab(e) {
- // this.hotPage = 1;
- // this.hotScroll = true;
- // this.hostIndex = e - 1;
- this.hotPageArr[e] = 1;
- this.hotScrollArr[e] = true;
- this.hostIndex = e;
- // let hostList = this.hostProduct;
- // hostList[e - 1] = [];
- // this.$set(this, 'hostProduct', hostList);
+ this.hotPage = 1;
+ this.hotScroll = true;
+ this.hostIndex = e - 1;
+ let hostList = this.hostProduct;
+ hostList[e - 1] = [];
+ this.$set(this, 'hostProduct', hostList);
this.loadGoods(e);
},
- loadGoods(e = 0) {
+ loadGoods(e = 1) {
+
+ console.log(e);
+
this.$nextTick(() => {
- if (e == 0) return this.get_host_product(0);
- if (e == 1) return this.get_host_home({
+ if (e == 1) return this.get_host_product(0);
+ if (e == 2) return this.get_host_home({
mer_type: 1
}, 1);
- if (e == 2) return this.get_host_home({
+ if (e == 3) return this.get_host_home({
mer_type: 2
}, 2);
- if (e == 3) return this.get_host_home({
+ if (e == 4) return this.get_host_home({
mer_type: 3
}, 3);
})
@@ -1130,6 +1115,7 @@
*/
get_host_product: function(e = 0) {
let that = this;
+ let num = that.hotLimit;
if (!that.hotScroll) return;
if (that.hotLoading[e]) return;
@@ -1159,6 +1145,7 @@
*/
get_host_home: function(query = {}, e = 1) {
let that = this;
+ let num = that.hotLimit;
if (!that.hotScroll) return;
if (that.hotLoading[e]) return;
that.hotLoading[e] = true;
@@ -1289,22 +1276,9 @@
},
// 滚动到底部
onReachBottom() {
-
- // this.$util.getDom(this, '.tabs', (res) => {
-
- // if () == res.top) {
- // this.$refs.recommendRef.parentPageScroll(true);
- // } else {
- // this.$refs.recommendRef.parentPageScroll(false);
- // }
- // this.scrollTop = res.top;
- // })
-
- return;
- console.log(12312);
if (this.recommend_switch == 1 && this.navIndex == 0) {
// 首页加载更多
- this.loadGoods(this.$refs.recommendRef.currTabs || 0);
+ this.loadGoods(this.$refs.recommendRef.currTabs || 1);
} else if (this.navIndex == 1) {
// 分类栏目加载更多
if (this.sortProduct.length > 0) {