Commit 9e60ea24 authored by lizhishu's avatar lizhishu

1.修改明细跳转;

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