Handy_Cao 3 months ago
parent
commit
e26f3f8550

+ 1 - 1
public/locales/zh-CN.json

@@ -313,7 +313,7 @@
             "pleaseenterorderqty": "请输入数量",
             "tips1": "确认要提交吗?",
             "tips2": "*若存在价格匹配的反方向委托订单,系统将会自动撤销",
-            "tips3": "*提交成功。",
+            "tips3": "提交成功。",
             "tips4": "请输入摘牌量",
             "delistingqty": "摘牌量",
             "delistingbuyorsell": "摘牌方向",

+ 1 - 1
public/locales/zh-TW.json

@@ -313,7 +313,7 @@
             "pleaseenterorderqty": "請輸入數量",
             "tips1": "確認要提交嗎?",
             "tips2": "*若存在價格匹配的反方向委託訂單,系統將會自動撤銷",
-            "tips3": "*提交成功。",
+            "tips3": "提交成功。",
             "tips4": "請輸入摘牌量",
             "delistingqty": "摘牌量",
             "delistingbuyorsell": "摘牌方向",

+ 1 - 1
src/packages/pc/views/market/trade/mall/index.vue

@@ -3,7 +3,7 @@
     <el-scrollbar>
         <div class="market-pricing-v2">
             <article v-for="(item, index) in futuresStore.marketGoodsList" :key="index">
-                <h3 @click="openImageViewer(item.pictureurl)">
+                <h3 @click="openImageViewer(item.thumurls)">
                     <span>{{ item.goodscode }}</span>
                     <app-icon icon="PictureFilled" v-if="item.pictureurl" />
                 </h3>

+ 1 - 1
src/packages/pc/views/market/trade/score/index.vue

@@ -3,7 +3,7 @@
     <el-scrollbar>
         <div class="market-pricing-v2">
             <article v-for="(item, index) in futuresStore.marketGoodsList" :key="index">
-                <h3 @click="openImageViewer(item.pictureurl)">
+                <h3 @click="openImageViewer(item.thumurls)">
                     <span>{{ item.goodscode }}</span>
                     <app-icon icon="PictureFilled" v-if="item.pictureurl" />
                 </h3>