From 48e260a113c6e631a19e79b60597eb702afc4b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=B6=E5=8D=8E?= <3599164049@qq.com> Date: Fri, 13 May 2022 18:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E5=94=AE=E6=94=B9=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/api.js | 4 +- src/manifest.json | 4 +- src/static/images/icon/retail/addEmpty.png | Bin 0 -> 366 bytes .../components/hover_cart_list/hover_cart_list.vue | 256 +++++++++++-------- src/subpackage/retail/pages/index/index.vue | 274 +++++++++++++-------- src/subpackage/retail/pages/search/search.vue | 12 +- 6 files changed, 327 insertions(+), 223 deletions(-) create mode 100644 src/static/images/icon/retail/addEmpty.png diff --git a/src/js/api.js b/src/js/api.js index 3c9fff4..095333b 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,5 +1,5 @@ -// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 -export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 +export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 +// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 // export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试 diff --git a/src/manifest.json b/src/manifest.json index 8ea5a29..98b6d1a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -55,7 +55,7 @@ /* 快应用特有相关 */ "mp-weixin" : { /* 微信小程序特有相关 */ - "appid" : "wxf1294b279ad1b845", + "appid" : "wx7106e84614cf0060", "setting" : { "urlCheck" : false }, @@ -73,4 +73,4 @@ "mp-qq" : { "usingComponents" : true } -} \ No newline at end of file +} diff --git a/src/static/images/icon/retail/addEmpty.png b/src/static/images/icon/retail/addEmpty.png new file mode 100644 index 0000000000000000000000000000000000000000..307bf67753a9e7ec63a61b59f1925d19d6bc7195 GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k3?#4J%UA`ZTmyVUT!HlL+4E-4o(m>Hj9Ihh z&zUnHNCE+n1WU~U%L2J`|NZ+nckY7e(`SA9^lAI{UGLw2ShQ$q?x|bKK!f;8g8YIR z-tRrXEIZ7}RO0034Lx1%TUPu6N}cp{aSX9I-8<#BP>TYG!%^>>qFYb@uYdLKTH2)> z2P#*+>|tbDb;LTGL9nMZ?rNq<0$WLNU{o)E$?p=iH3ou9r8k_qAnMnz|7E-BBkjje z&qPc}@`*6`|5@qWE*=wbFA;L*o#^q9d*TK~cEL`Wr;U>jXt&R4@r(R4 z&rdV4GgPhK?neEkI-9hs8YjMT@)zxOh}}4cZ|k}nE|XrAFFN3=Dj*tMqC1IOY#Z18 xl1Ja3vNy_WzAX5Zd`_R|=c|eOhIO)a49{;`ztsM3_ZsLa22WQ%mvv4FO#tY{r+xqc literal 0 HcmV?d00001 diff --git a/src/subpackage/retail/components/hover_cart_list/hover_cart_list.vue b/src/subpackage/retail/components/hover_cart_list/hover_cart_list.vue index bd864ae..c14d94f 100644 --- a/src/subpackage/retail/components/hover_cart_list/hover_cart_list.vue +++ b/src/subpackage/retail/components/hover_cart_list/hover_cart_list.vue @@ -1,26 +1,35 @@