0
Follow
0
View

How does vue implement this option to send SMS messages

Mr_Sun73 注册会员
2023-02-28 16:35
< div class = "md_content_show e397 data - v - 3967" = "" >

ok, thank you

duoluozhilang 注册会员
2023-02-28 16:35
< div class = "md_content_show e397 data - v - 3967" = "" >

this text should not be front end to the operation of

djtata 注册会员
2023-02-28 16:35

You should loop this out by adding a Boolean value to each of the arrays bound to the check box, and then finally sending a text message to filter out the Boolean value of false and get the phone number inside.

daidaikeai0816 注册会员
2023-02-28 16:35

This should get the selected id and submit it to the back end for texting

dhpz15 注册会员
2023-02-28 16:35

Check box is separate from the other content, I wrote the check box, the other content is rendered in the interface, this id is not available

deadboy0 注册会员
2023-02-28 16:35
< div class = "md_content_show e397 data - v - 3967" = "" >

ok, understand, thank you

dulong3 注册会员
2023-02-28 16:35
https://blog.csdn.net/Zhwsy/article/details/128131426

Third-party apis are all charged.

img

dengluanshun 注册会员
2023-02-28 16:35
< div class = " md_content_show“数据- v - 3967 e397 = " " >

 arr: [{ name: "部长", phone: "123456", checked: false }]

 <div class="box" v-for="item in arr" :key="item.phone">
      <div>{{ item.name }}div>
      <div>{{ item.phone }}div>
      "item.checked"
        @change="change(item.phone)"
      >
 div>

sggstz 注册会员
2023-02-28 16:35
< div class = "md_content_show e397 data - v - 3967" = "" >

< span > this text should not be front end to the operation of < / span >

czwzyj 注册会员
2023-02-28 16:35

Check box is separate from other content, I wrote the check box, other content is rendered in the interface, How do I get the corresponding mobile phone number when I check this box?

About the Author

Question Info

Publish Time
2023-02-28 16:35
Update Time
2023-02-28 16:35

Related Question