소스 검색

仅更改域名

mr-zhou-zhou 3 년 전
부모
커밋
fd93fa3409
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      uni-shop/config/config.js
  2. 1 1
      uni-shop/pages/index/index.vue

+ 2 - 1
uni-shop/config/config.js

@@ -2,7 +2,8 @@
 Object.defineProperty(exports, "__esModule", { value: true });
 var index_1 = require("./plugins/index");
 exports.default = {
-    baseURL: 'https://fengsheng.huxiukeji.com/',
+    // baseURL: 'https://fengsheng.huxiukeji.com/',
+    baseURL: 'https://admin.fengshengnongmao.com/',
     page: undefined,
     system: undefined,
     headerHeight: 49,

+ 1 - 1
uni-shop/pages/index/index.vue

@@ -58,7 +58,7 @@
               <text class="shop-item-price-group" v-if="item.id">
                 <text class="shop-item-price-em">¥</text>
                 <text class="shop-item-price">{{item.price}}</text>
-                <text>/1</text>
+                <text>/1{{item.unit}}</text>
               </text>
               <view class="shop-item-buy-button relative center" @click="goShopDetail(item)" v-if="item.id">立即购买</view>
             </view>