title
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<nav-bar title="贴标捆扎"></nav-bar>
|
||||
<!-- <nav-bar title="贴标捆扎"></nav-bar> -->
|
||||
<nav-bar :title="title"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
<view class="filter_item">
|
||||
@@ -49,6 +50,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '',
|
||||
val1: '',
|
||||
val2: '',
|
||||
val3: '',
|
||||
@@ -56,6 +58,9 @@
|
||||
disabled2: false
|
||||
};
|
||||
},
|
||||
onLoad (options) {
|
||||
this.title = options.title
|
||||
},
|
||||
methods: {
|
||||
async _mendCode () {
|
||||
this.disabled1 = true
|
||||
|
||||
Reference in New Issue
Block a user