wangguoyu 3 週間 前
コミット
4c12db5521
2 ファイル変更1 行追加2 行削除
  1. 0 1
      pages/mall/mallPage.vue
  2. 1 1
      uni.scss

+ 0 - 1
pages/mall/mallPage.vue

@@ -187,7 +187,6 @@
 
 	function productBtn(item) {
 		console.log('item', item);
-		return
 		mallProductPopup.value.detailShow(item);
 	}
 

+ 1 - 1
uni.scss

@@ -1,6 +1,6 @@
 /********** uni-ui 样式 **********/
 /* 颜色变量 */
-
+@import 'uview-plus/theme.scss';
 /* 行为相关颜色 */
 $uni-color-primary: #007aff;
 $uni-color-success: #4cd964;