4 Commits

Author SHA1 Message Date
91681c67e7 Merge branch 'master' into xiaozy_积分 2024-04-17 16:29:59 +08:00
xiaozhiyong
a5be993aba 更新 2024-03-22 10:43:37 +08:00
xiaozhiyong
cd13b2835b Merge branch 'master' of http://121.196.213.68:3000/caoliancun/LSM_OIL_SITE 2024-03-12 11:58:21 +08:00
xiaozhiyong
1dd0ab783d 更新 2024-01-29 10:04:10 +08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<view class="padding-bottom-sm">
油号选择
</view>
<view class="grid col-5 justify-start">
<view style="display:flex">
<view class="padding-xs" v-for="(item,index) in oilList" :key="index">
<button class="cu-btn" @tap="oilNameSel(item)" :class="[selected.otherOilsName===item.otherOilsName?'bg-main-oil':'line-gray']">{{item.otherOilsName}}</button>
</view>
@@ -30,7 +30,6 @@
油枪选择
</view>
<view class="grid col-5 justify-start">
<view class="padding-xs" v-for="(item,index) in ColorList" :key="index">
<button @tap="gunIdSel(index)" class="cu-btn" :class="[gunId===index?'bg-main-oil':'line-gray']">{{index+1}}</button>
</view>

View File

@@ -821,7 +821,7 @@
});
this.shake = null
}
}, 500)
}, 3000)
},
//福佑