Commit efe1c9db authored by xd's avatar xd

修改专柜

parent 4a94b1d0
......@@ -11,7 +11,7 @@ import vConsole from 'vconsole'
// import VeeValidate, { Validator } from 'vee-validate'
import cn from 'vee-validate/dist/locale/zh_CN';
Validator.addLocale(cn)
// Validator.addLocale(cn)
// Vue.use(VeeValidate, {
// locale: 'zh_CN'
// })
......
......@@ -2,7 +2,7 @@
<div class="container">
<van-radio-group v-model="radio" class="nobr">
<van-cell-group @change="handleStoreChange" >
<van-cell v-for="(item,index) in list" :key="index" :name="item.oyStallCode" >
<van-cell v-for="(item,index) in list" :key="index" >
<div class="list">
<div class="left">
<img :src="item.logo" alt="" />
......@@ -12,7 +12,7 @@
<p>{{ item.summaryTitle }}</p>
</div>
</div>
<van-radio slot="right-icon" name="1" />
<van-radio slot="right-icon" :name="item.oyStallCode" />
</van-cell>
</van-cell-group>
</van-radio-group>
......@@ -36,7 +36,7 @@ export default {
methods: {
getList() {
let params = {
user_id: 'shanDian'
user_id: 'this.userId'
}
getStoreList(params).then(res => {
console.log(res.data);
......
......@@ -209,7 +209,7 @@ export default {
},
created() {
this.checkNowMenuBar()
this.zReadyUserId()
// this.zReadyUserId()
this.zTestGetNowUrlInfo()
// this.oyStallCode = sessionStorage.getItem('oyStallCode')
// this.userId = sessionStorage.getItem('userId')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment