Commit c50f4e46 authored by lizhishu's avatar lizhishu

1.提交更新;

parent 46b00ae0
......@@ -221,11 +221,11 @@
</view>
<view class="tip">近30天内无异常</view>
</view>
<view class="more">
<!-- <view class="more">
<view>更多消费明细,请前往</view>
<view class="green" @click="toDoOtherPage">钱包明细</view>
<view class="ml15 green"></view>
</view>
</view> -->
</view>
</view>
</template>
......@@ -255,7 +255,9 @@
return {
cateringAbnormalGroupList: [],
ImgUrl: this.$ImgUrl,
userInfo: {}
userInfo: {
name: ''
}
};
},
onLoad(options) {
......@@ -270,7 +272,10 @@
})
return;
}
this.CloudGatewayToken(options['schoolId'], options['userId'])
this.userInfo['name'] = options['name'] || '***'
// 查询记录
this.getCateringAbnormalGroupList(options['schoolId'], options['userId'])
// this.CloudGatewayToken(options['schoolId'], options['userId'])
},
methods: {
// 页面跳转
......@@ -308,9 +313,9 @@
'Content-Type': 'application/x-www-form-urlencoded'
},
}, {
client_id: 'az-billing-auth',
client_secret: 'df385aef0389',
grant_type: 'password'
client_id: '',
client_secret: '',
grant_type: ''
})
if (res.code == 200) {
const Authorization = res.data.tokenHead + res.data
......
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