|
|
@@ -70,7 +70,7 @@
|
|
|
<!-- 操作按钮 -->
|
|
|
<view class="button-section">
|
|
|
<button class="express-button query-button" @click="queryDeliveryFee" :disabled="isQuerying">
|
|
|
- {{ isQuerying ? '查询中...' : '查询运费' }}
|
|
|
+ {{ isQuerying ? '查询中...' : '查运费' }}
|
|
|
</button>
|
|
|
<button class="express-button submit-button" @click="submitExpress" :disabled="isSubmitting">
|
|
|
{{ isSubmitting ? '提交中...' : '提交' }}
|