修改
This commit is contained in:
parent
08f87e0186
commit
b4dc4ba81b
@ -207,7 +207,7 @@
|
|||||||
uni.removeStorageSync('studentId');
|
uni.removeStorageSync('studentId');
|
||||||
this.mask = false
|
this.mask = false
|
||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
title: "退出成功",
|
message: "退出成功",
|
||||||
type: 'success',
|
type: 'success',
|
||||||
duration: '1500'
|
duration: '1500'
|
||||||
})
|
})
|
||||||
|
|||||||
@ -29,15 +29,10 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="look" v-if="item.existFlag==false">暂无报告</view>
|
<view class="look" v-if="item.existFlag==false">暂无报告</view>
|
||||||
<view class="lookreport" v-else>查看报告</view>
|
<view class="lookreport" v-else>查看报告</view>
|
||||||
<view class="lookreport" @tap='lookbook(item)' v-else>
|
|
||||||
<view class="image">
|
|
||||||
</view>查看报告
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-toast ref="uToast" />
|
<u-toast ref="uToast" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -103,7 +98,7 @@
|
|||||||
fail: function(err) {
|
fail: function(err) {
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
title: '请求报告失败',
|
message: '请求报告失败',
|
||||||
type: 'error'
|
type: 'error'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -233,6 +228,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.grade {
|
.grade {
|
||||||
// width: 82px;
|
// width: 82px;
|
||||||
// height: 78px;
|
// height: 78px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user