2 Commits 7ed25da2b5 ... 6b2578ac1b

Author SHA1 Message Date
  zhangtao 6b2578ac1b config(index): 更新测试环境API配置 5 days ago
  zhangtao 69a5297b2c feat(order): 新增大健康分类并优化商品名称显示 5 days ago

+ 2 - 2
src/config/index.ts

@@ -19,9 +19,9 @@ const mapEnvVersion = {
    */
   // trial: "http://192.168.1.166:8080/jeecg-boot",
   // trial: 'http://192.168.0.157:8080',
-  trial: 'http://47.109.84.152:8081',
+  // trial: 'http://47.109.84.152:8081',
   // trial: 'http://192.168.1.166:8080',
-  // trial: 'https://smqjh.api.zswlgz.com',
+  trial: 'https://smqjh.api.zswlgz.com',
   /**
    * 正式版
    */

+ 2 - 2
src/subPack-djk/commonTab/components/index.vue

@@ -26,7 +26,7 @@ function handleBottom() {
     <wd-navbar
       title="大健康"
       :bordered="false" :z-index="99"
-      safe-area-inset-top placeholder left-arrow fixed @click-left="router.back()"
+      safe-area-inset-top left-arrow placeholder fixed @click-left="router.back()"
     />
     <scroll-view scroll-y :style="{ height: `calc(100vh - ${(statusBarHeight + MenuButtonHeight) * 4}rpx)` }" @scrolltolower="handleBottom">
       <view class="px24rpx">
@@ -55,7 +55,7 @@ function handleBottom() {
                 </text> {{ its.price }}
               </view>
-              <view class="text-24rpx">
+              <view class="w-300rpx truncate text-24rpx">
                 {{ its.goodsName }}
               </view>
               <view class="text-24rpx text-gray">

+ 1 - 0
src/subPack-smqjh/order/order-data.ts

@@ -4,6 +4,7 @@ export const navTabTypeList = [
   { name: '充电', value: 'CD' },
   { name: '电影演出', value: 'DYY' },
   { name: '视频权益', value: 'XNSP' },
+  { name: '大健康', value: 'DJK' },
   { name: '大牌点餐', value: 'SHOP' },
 ]