修改描述

This commit is contained in:
18500206848
2024-05-08 20:04:37 +08:00
parent 9028cd68fc
commit 24dfa1523d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
</u-form-item> </u-form-item>
</u--form> </u--form>
<view class="btn_add"> <view class="btn_add">
<u-button type="primary" size="large" text="发送信件" @click="addComplaint"></u-button> <u-button type="primary" size="large" text="提交信息" @click="addComplaint"></u-button>
</view> </view>
</view> </view>
</template> </template>

View File

@@ -17,7 +17,7 @@
</u-form-item> </u-form-item>
</u--form> </u--form>
<view class="btn_add"> <view class="btn_add">
<u-button type="primary" size="large" text="发送信件" @click="addConsult"></u-button> <u-button type="primary" size="large" text="提交信息" @click="addConsult"></u-button>
</view> </view>
</view> </view>
</template> </template>