Commit 324fd30a authored by spc's avatar spc

fixed

parent 4b75b3f1
......@@ -190,7 +190,7 @@ export default {
if (this.isSubmitting) return;
// 检查地址数量限制
if (this.addressList.length >= 20) {
if (this.addressList.length >= 21) {
uni.showToast({
title: '地址添加已经达到上限啦~',
icon: 'none',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment