|
|
@@ -60,14 +60,14 @@
|
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <div class="tui-title">散客价</div>
|
|
|
+ <div class="tui-title">大众价</div>
|
|
|
<input
|
|
|
v-model="form.skPrice"
|
|
|
placeholder-class="phcolor"
|
|
|
class="tui-input"
|
|
|
name="skPrice"
|
|
|
@focus="form.skPrice=''"
|
|
|
- placeholder="请输入散客价"
|
|
|
+ placeholder="请输入大众价"
|
|
|
maxlength="50"
|
|
|
type="digit"
|
|
|
/>
|
|
|
@@ -439,7 +439,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.skPrice) == false){
|
|
|
- uni.showToast({title:"请填写散客价",icon:"none"})
|
|
|
+ uni.showToast({title:"请填写大众价",icon:"none"})
|
|
|
return;
|
|
|
}
|
|
|
if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.price) == false){
|
|
|
@@ -520,7 +520,7 @@ export default {
|
|
|
{
|
|
|
name: "skPrice",
|
|
|
rule: ["required"],
|
|
|
- msg: ["请输入散客价"]
|
|
|
+ msg: ["请输入大众价"]
|
|
|
},
|
|
|
{
|
|
|
name: "weight",
|