Commit 0e23ee3c authored by lizhishu's avatar lizhishu

Merge branch 'v_c_application_feature_0612' into develop

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