瀏覽代碼

积分商城暂无可兑换商品提示

许静 5 年之前
父節點
當前提交
249692f3b5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/pages/shop/index.js

+ 2
- 2
src/pages/shop/index.js 查看文件

@@ -280,7 +280,7 @@ export default class Shop extends Component {
280 280
             {
281 281
               goodsList.length < 1 &&
282 282
               <View style="font-size:14px;color:#888;margin:40px auto;text-align: center;">
283
-                暂无商品~
283
+                暂无可兑换商品~
284 284
               </View>
285 285
             }
286 286
           </View>
@@ -313,7 +313,7 @@ export default class Shop extends Component {
313 313
                     {
314 314
                       goodsList.length < 1 &&
315 315
                       <View style="font-size:14px;color:#888;margin:40px auto;text-align: center;">
316
-                        暂无商品~
316
+                        暂无可兑换商品~
317 317
                       </View>
318 318
                     }
319 319
                   </View>