diff --git a/App.vue b/App.vue
index ceafdfd..db7e381 100644
--- a/App.vue
+++ b/App.vue
@@ -8,6 +8,7 @@
if(uni.getStorageSync('token')){
this.$store.commit('getMemberInfo')
+ this.$store.commit('getUserInfo')
}
},
onHide: function() {
diff --git a/config.js b/config.js
index c90bc52..5a305c9 100644
--- a/config.js
+++ b/config.js
@@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue.use(uvUI);
// 当前环境
-const type = 'prod'
+const type = 'dev'
// 环境配置
diff --git a/pages_order/components/list/gourmet/productSelectList.vue b/pages_order/components/list/gourmet/productSelectList.vue
new file mode 100644
index 0000000..dcc0a6d
--- /dev/null
+++ b/pages_order/components/list/gourmet/productSelectList.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ {{ item.nameSub }}
+
+
+
+
+ 现价¥{{ item.price }}元
+
+
+ 原价¥{{ item.oldPrice }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_order/gourmet/gourmetDetail.vue b/pages_order/gourmet/gourmetDetail.vue
index 04da9f7..19587aa 100644
--- a/pages_order/gourmet/gourmetDetail.vue
+++ b/pages_order/gourmet/gourmetDetail.vue
@@ -55,7 +55,9 @@
-
+
@@ -114,12 +116,13 @@
import mixinsSex from '@/mixins/sex.js'
import mixinsList from '@/mixins/list.js'
import commentList from '../components/list/comment/commentList.vue'
- import goodList from '../components/list/gourmet/goodList.vue'
+ // import goodList from '../components/list/gourmet/goodList.vue'
+ import productSelectList from '../components/list/gourmet/productSelectList.vue'
export default {
mixins: [mixinsSex, mixinsList],
components: {
commentList,
- goodList,
+ productSelectList,
},
data() {
return {
@@ -297,8 +300,12 @@
}
}
+ .LabelOptions{
+ background-color: #fff;
+ }
+
.goodList{
- padding: 0 20rpx;
+ // padding: 0 20rpx;
}
.goodInfo{