修改测试问题
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
@change="positionChange" disabled :clear="false"></uni-data-select>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="别名">
|
||||
<uni-easyinput :clearable="false" type="text" v-model="point.alias"
|
||||
<uni-easyinput :clearable="false" maxlength="24" type="text" v-model="point.alias"
|
||||
@change="aliasChange" placeholder="别名(非必填)" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="绑定指标">
|
||||
@@ -369,7 +369,7 @@ export default {
|
||||
},
|
||||
changeAuth() {
|
||||
uni.scanCode({
|
||||
onlyFromCamera: true,
|
||||
onlyFromCamera: false,
|
||||
success: (res) => {
|
||||
console.log('条码类型:' + res.scanType)
|
||||
console.log('条码内容:' + res.result)
|
||||
|
||||
Reference in New Issue
Block a user