Commit 9e60ea24 authored by lizhishu's avatar lizhishu

1.修改明细跳转;

parent 9c6ae762
......@@ -112,6 +112,9 @@ function loadJs(path, callback) {
// // 二维码生成
// loadJs("//static.runoob.com/assets/qrcode/qrcode.min.js")
if (navigator.userAgent.indexOf('AliApp') > -1) {
loadJs("https://appx/web-view.min.js")
}
// #endif
Vue.config.productionTip = false
......
......@@ -223,7 +223,7 @@
</view>
<view class="more">
<view>更多消费明细,请前往</view>
<view class="green" @click="toDoOtherPage">钱包明细</view>
<view class="green" @click="toDoOtherPage">消费明细</view>
<view class="ml15 green"></view>
</view>
</view>
......@@ -275,7 +275,9 @@
methods: {
// 页面跳转
toDoOtherPage() {
my.navigateTo({
url: 'pages/ConsumptIoninfo/ConsumptIoninfo',
});
},
// 根据学生id获取用户信息
getByStuInfo(studentId, Authorization, AuthOauthToken) {
......@@ -378,13 +380,19 @@
</script>
<style lang="scss">
.AbnormalConsumption {
background: #F0F1F1;
padding-top: 24rpx;
}
.exceptionContent {
width: 100%;
width: 702rpx;
height: 100%;
min-height: calc(100vh - 103rpx);
min-height: 100vh;
background: #F0F1F1;
padding: 24rpx 5vw 0;
margin-left: -5vw;
margin: 0 auto;
// padding: 24rpx 5vw 0;
// margin-left: -5vw;
.nodatatoday {
display: flex;
......
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