This commit is contained in:
Apcallover
2024-05-09 11:03:31 +08:00
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>