From 582f536845628ffb8132aaed1885ee535fcf08ad Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 27 四月 2023 10:44:51 +0800
Subject: [PATCH] no message

---
 unpackage/dist/dev/mp-weixin/pages/index/index.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/unpackage/dist/dev/mp-weixin/pages/index/index.js b/unpackage/dist/dev/mp-weixin/pages/index/index.js
index a5fd75c..aa0e3ce 100644
--- a/unpackage/dist/dev/mp-weixin/pages/index/index.js
+++ b/unpackage/dist/dev/mp-weixin/pages/index/index.js
@@ -133,7 +133,7 @@
     GetExplosiveGoodsList() {
       let me = this;
       common_vendor.index.request({
-        url: "https://h.ushopvip.com/api/TkProduct/GetExplosiveGoodsList",
+        url: "/api/TkProduct/GetExplosiveGoodsList",
         method: "POST",
         data: {
           pageNo: 1,
@@ -154,7 +154,7 @@
     GetRankingGoodsList() {
       let me = this;
       common_vendor.index.request({
-        url: "https://h.ushopvip.com/api/TkProduct/GetRankingGoodsList",
+        url: "/api/TkProduct/GetRankingGoodsList",
         method: "POST",
         data: {
           pageNo: 1,
@@ -179,7 +179,7 @@
       }
       me.currentGoodsPage = cur;
       common_vendor.index.request({
-        url: "https://h.ushopvip.com/api/TkProduct/GetCategoryProductList",
+        url: "/api/TkProduct/GetCategoryProductList",
         method: "POST",
         data: {
           PageNo: cur,
@@ -208,7 +208,7 @@
       let me = this;
       common_vendor.index.request({
         // header:{'Access-Control-Allow-Originle':'*'},
-        url: "https://h.ushopvip.com/api/TkProduct/GetSuperCategory",
+        url: "/api/TkProduct/GetSuperCategory",
         method: "POST",
         // data: {},
         success(res) {
@@ -230,7 +230,7 @@
       me.currentGoodsPage = cur;
       common_vendor.index.request({
         // header:{'Access-Control-Allow-Originle':'*'},
-        url: "https://h.ushopvip.com/api/TkProduct/GetRecommendGoodsList",
+        url: "/api/TkProduct/GetRecommendGoodsList",
         method: "POST",
         data: {
           pageNo: cur,
@@ -446,7 +446,7 @@
           return common_vendor.e({
             a: item2 == null ? void 0 : item2.mainPic,
             b: item2.shopType == 0 ? "https://img.alicdn.com/imgextra/i4/751308485/O1CN01ppfg8j2CYBRpPtb51_!!751308485.png" : "https://img.alicdn.com/imgextra/i4/751308485/O1CN01mKVp3U2CYBRzeHVcG_!!751308485.png",
-            c: common_vendor.t(item2 == null ? void 0 : item2.dtitle),
+            c: common_vendor.t((item2 == null ? void 0 : item2.dtitle.length) > 24 ? (item2 == null ? void 0 : item2.dtitle.slice(0, 24)) + "..." : item2 == null ? void 0 : item2.dtitle),
             d: item2 == null ? void 0 : item2.couponPrice
           }, (item2 == null ? void 0 : item2.couponPrice) ? {} : {}, {
             e: common_vendor.t(item2 == null ? void 0 : item2.actualPrice),
@@ -473,6 +473,6 @@
     h: common_vendor.o((...args) => $options.switchTab && $options.switchTab(...args))
   };
 }
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/椤圭洰/Yfcodes/crm_app_new/pages/index/index.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "E:/OPProject/fx_h5_web/pages/index/index.vue"]]);
 _sfc_main.__runtimeHooks = 6;
 wx.createPage(MiniProgramPage);

--
Gitblit v1.9.3