Commit d528d11a authored by 罗超's avatar 罗超

2

parent 9b55b8ce
...@@ -73,7 +73,9 @@ ...@@ -73,7 +73,9 @@
<view class="box" v-if="!isShowExplain"> <view class="box" v-if="!isShowExplain">
<view class="dc " > <view class="dc " >
<view style="font-size:26rpx;width:100%;font-weight: 600;"><text style="color:#4756EB;">{{num}}/{{total}}</text>{{item.Title}}</view> <view style="font-size:26rpx;width:100%;font-weight: 600;"><text style="color:#4756EB;">{{num}}/{{total}}</text>{{item.Title}}</view>
<mypone :maxlength="getNum(item)" v-model="test" style="display: inline-block;" @input="input"></mypone> <view style="display: flex;justify-content: center;">
<mypone :maxlength="getNum(item)" v-model="test" @input="input"></mypone>
</view>
</view> </view>
<view class="dclx">{{item.WordType}}</view> <view class="dclx">{{item.WordType}}</view>
<view class="dclx2">{{item.ChineseMean}}</view> <view class="dclx2">{{item.ChineseMean}}</view>
......
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
<script> <script>
// 支持使用 v-model // 支持使用 v-model
// 支持使用refs // 支持使用refs
// 打个广告:
// 全新的 UI 组件来袭:mypUI-nvue页面,uni-app模式,一套组件对应mp/h5/app
export default { export default {
name: 'mypOneInput', name: 'mypOneInput',
props: { props: {
......
...@@ -193,6 +193,10 @@ ...@@ -193,6 +193,10 @@
url: '/pages/timetable/timeTable', url: '/pages/timetable/timeTable',
}) })
}, },
//跳转至详情
goActiveDetail(Id) {
this.jumpPage(`/pages/activity/activityDetails?Id=${Id}`);
},
scan() { scan() {
// 调起条码扫描 // 调起条码扫描
uni.scanCode({ uni.scanCode({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment