uniapp image mode="widthFix"等等的用法
必須要在css定義圖片的寬度和高度 這樣才能發揮mode="widthFix"之類的作用 html <image src="../../static/images/nop ...
必須要在css定義圖片的寬度和高度 這樣才能發揮mode="widthFix"之類的作用 html <image src="../../static/images/nop ...
html完畢 js完畢 搞定. ...
b組件 <view class="">{{wife}}</view> a組件: <button type="default" @click="addN ...
子組件: <view class="" @click="zi">子組件給父傳</view> methods:{ zi(){ this.$emit('myZi',this.a ...