取消移动端学生调宿申请按钮
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<view class="award">
|
||||
<view class="top-bar">
|
||||
<view class="tool">
|
||||
<view class="left" @tap="applydormitory">
|
||||
<!-- 原学生申请按钮 -->
|
||||
<!-- <view class="left" @tap="applydormitory">
|
||||
<svg t="1723014673503" class="icon" viewBox="0 0 1024 1024" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" p-id="1470" width="100" height="100">
|
||||
<path
|
||||
@@ -13,7 +14,7 @@
|
||||
fill="#1890FF" p-id="1472"></path>
|
||||
</svg>
|
||||
申请
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="right" @tap="toPlan">
|
||||
<svg t="1723014605442" class="icon" viewBox="0 0 1024 1024" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" p-id="1215" width="60" height="60">
|
||||
@@ -103,6 +104,7 @@
|
||||
await this.listOwnApply();
|
||||
},
|
||||
methods: {
|
||||
|
||||
scrolltolower() {
|
||||
if (this.queryParams.pageNum < this.totalPages) {
|
||||
this.queryParams.pageNum++;
|
||||
|
||||
Reference in New Issue
Block a user