This commit is contained in:
zhangguoping 2024-10-29 14:53:41 +08:00
parent 7453a2d430
commit 4d4eee27a4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
您可在支付宝的个人信息中查看【支付宝账号】
</p>
<button :class="goods.available===9?'disable':''" class="form-button"
@click="submit">{{buttonTextFun(goods.type,'received')}}</button>
@click="submit">{{buttonTextFun(goods.type,'receive')}}</button>
</template>
<button v-else class="form-button disable">{{buttonTextFun(goods.type,'received')}}</button>
</div>