Browse Source

修改充值,增加门店地图显示

master
Gao xiaosong 5 years ago
parent
commit
a61011ef04
  1. 4
      pages/activity/DargainDetails/index.vue

4
pages/activity/DargainDetails/index.vue

@ -274,7 +274,7 @@ export default {
}, 500);
},
methods: {
//
//
goParticipate() {
if (this.bargainPartake === this.userInfo.uid) this.getBargainStart();
else this.getBargainStartUser();
@ -562,7 +562,7 @@ export default {
</script>
<style lang="less">
page{
page {
background-color: #00c17b;
}
.bargainBnt_hui {

Loading…
Cancel
Save