Commit 0e23ee3c authored by lizhishu's avatar lizhishu

Merge branch 'v_c_application_feature_0612' into develop

parents 4dd87967 c50f4e46
......@@ -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: {
// 页面跳转
......@@ -318,9 +323,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