|
@@ -1,6 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="button-area">
|
|
<view class="button-area">
|
|
|
- <view class="active" @click="calcFn">{{calc == 'add' ? '+' : '-'}}</view>
|
|
|
|
|
<view class="active" @click="changeProperty">{{property==1 ? '花材' : '商品'}}</view>
|
|
<view class="active" @click="changeProperty">{{property==1 ? '花材' : '商品'}}</view>
|
|
|
<view class="active" @click="openBox">开箱</view>
|
|
<view class="active" @click="openBox">开箱</view>
|
|
|
<view class="active"
|
|
<view class="active"
|