浏览代码

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

许静 5 年前
父节点
当前提交
249692f3b5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/pages/shop/index.js

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

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