Commit 13831073 authored by sujie's avatar sujie

dd

parent 2c87b4ad
......@@ -5,7 +5,8 @@ author: wxl
import {
getDateInfo,
LocalStorage,
getRandomFilename
getRandomFilename,
audioorigin
} from '../../../utilities/index.js';
import {
wxAuthorize,
......
......@@ -3,6 +3,7 @@
"usingComponents": {
"sjd-media-editor": "../../../components/sjdmediaeditor",
"w-switch": "/dist/w-switch/index",
"expiredTip": "../../components/expiredTip"
"expiredTip": "../../components/expiredTip",
"sound-recording": "../../../components/soundrecording"
}
}
\ No newline at end of file
......@@ -205,4 +205,6 @@
<view class="opt-item btn-cancel" bindtap="hideClassSelectModal">取消</view>
</view>
</view>
<sound-recording sid="{{sid}}" show="{{audioStatus.show}}" bind:addVoice="addVoice" bind:pushVoice="pushVoice">
</sound-recording>
<expiredTip />
\ No newline at end of file
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