shish 10 months ago
parent
commit
a7deb50903
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hdApp/src/admin/goods/category.vue

+ 1 - 1
hdApp/src/admin/goods/category.vue

@@ -47,7 +47,7 @@
               :class="{ 'has-pictext': item.picTextId > 0 }"
               @click.stop="selectPicText(item.id, item.picTextId)"
             >
-              {{ item.picTextId == 0 ? '设图文' : `图文-${item.picTextId}` }}
+              {{ item.picTextId == 0 ? '设图文' : '有图文' }}
             </button>
           </view>
         </view>