Commit eb59d48d by zhangmeng

文案修复

parent 206c8184
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"name": "@gic-test/vue-gic-card", "name": "@gic-test/vue-gic-card",
"description": "vue-gic-card Plugin", "description": "vue-gic-card Plugin",
"version": "1.0.42", "version": "1.0.43",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"main": "dist/vue-gic-card.js", "main": "dist/vue-gic-card.js",
......
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
if (!that.currentRow||!Object.keys(that.currentRow).length||!Object.values(that.currentRow).length) { if (!that.currentRow||!Object.keys(that.currentRow).length||!Object.values(that.currentRow).length) {
that.$message.error({ that.$message.error({
duration: 1000, duration: 1000,
message: "请选择门店" message: "请选择卡券"
}) })
return; return;
} }
......
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