zhaojs
2023-10-19 c7bef98232b9fbbae066d23d088f787ea8450f2b
H5/pages/smstemplate/index.vue
@@ -5,12 +5,12 @@
      <cc-pullScroolView class="pullScrollView" ref="pullScroll" :enablePullDown="false" :back-top="false">
         <view>
            <uni-list>
               <uni-list-item direction="column" v-for="item in smsList">
               <uni-list-item :clickable="true" @click="toSend(item)" direction="column" v-for="item in smsList">
                  <template v-slot:body>
                     <text style="white-space:break-spaces;">{{item.templetecontent}}</text>
                  </template>
                  <template v-slot:footer>
                     <view @click="toSend(item)" class="uni-footer">
                     <view  class="uni-footer">
                        <text class="uni-footer-text">使用</text>
                     </view>
                  </template>